MoreCodes
Join Us on Youtube!
https://www.youtube.com/channel/UCK8YsKv4-N6ItZfzEyKlI6A/featured
MoreCodes- ASP.Net(C#) Programming problems
Computer Programming problems and Solutions with the ASP.Net(VB) Language
- Basic Output
- Variables
- Basic Input
- Comment
- Arithmetic Operation
- Loops
- Condition (If/Else)
- Condition (Switch )
- Function/Method
- Array/List
ASP.Net(C#) Programming Easy problems <- Click to go to Easy problems
- Write a program that accepts two numbers and find the sum.
- Write a program that accepts two numbers and perform all arithmetic operations.
- Write a program that accepts length and width of rectangle to find area.
- Write a program that accepts radius of a circle and find its diameter, circumference, and area.
- Write a program that accepts that accepts temperature in Celcius and convert it to Farenheit.
- Write a program that checks a number input is even or odd.
- Write a program that finds the sum of all numbers from 1 to 20.
- Write a program that outputs all numbers divisible by 5 from 1 to 30.
- Write a program that accepts a number and outputs 1 to the input (1 to n).
- Write a program that accepts three numbers and outputs their average.
- Write a program that concatenates two words.
- Write a program that asks a user for their name and outputs a greeting with their name.
- Write a program that outputs the length of the string.
- Write a program that replaces all letter 'a' in a string with letter 'e'
- Write a program that finds if a string is within a string.
- Write a program that compare two strings.
- Write a program that outputs the index of the first occurence of the letter in a string.
- Write a program that outputs the frequency of a letter in a string.
- Write a program that counts the total number of vowels in a string.
- Write a program that checks if a string is a palindrome.
ASP.Net(C#) Programming Loops problems <- Click to go to Loop problems
- Write a program that prints the numbers from 1 to 50. Output "Fizz" for multiples of 3, output "Buzz" for multiples of 5, and bot "FizzBuzz" for multiples of both 3 and 5.
- Write a program that outputs 5 random integers.
- Write a program that count letters in a string using a loop.
- Write a program that outputs an asterisk pyramid.
- Write a program that outputs all even numbers below 20.
- Write a program that outputs all odd numbers below 20.
- Write a program that outputs the sum of numbers from 1 to n.
- Write a program that counts vowels in a string.
- Write a program to display the multiplication table of a given integer.
- Write a program to check whether a given number is an Armstrong number or not.
- Write a program that checks if a number is palindrome.
- Calculate the Product of two numbers WITHOUT using the * operator.
- Write a program that reverses a string.
- Write a program that accepts 5 numbers and outputs the average.
- Write a program that will ask the user to input n positive numbers. The program will terminate if one of those number is not positive.
- Write a program that outputs the factorial of a number.
- Write a program that outputs the Fibonacci sequence of a number.
- (Recursion) Write a program that outputs the Fibonacci sequence of a number.
- (Recursion) Write a program that outputs all even numbers below 20.
- (Recursion) Write a program that outputs the sum of numbers from 1 to n.
ASP.Net(C#) Programming Array problems <- Click to go to Array problems
- Write a program that outputs the length of array.
- Write a program that gets the index of an element in an array.
- Write a program that counts the occurence of an element in an array.
- Write a program that outputs the first and last elements of an array.
- Write a program that outputs array using loops.
- Write a program that checks if an array contains an element.
- Write a program that finds the largest number in an array.
- Write a program that finds the lowest number in an array.
- Write a program that outputs the sum of an array.
- Write a program that outputs the average of an array.
- Write a program that reverses an array of integer values.
- Write a program that compares two arrays.
- Write a program that outputs all even numbers in an array.
- Write a program that outputs all odd numbers in an array.
- Write a program that copies values of an array to another array.
- Write a program that deletes an element in an array.
- Write a program that inserts an element in an array.
- Write a program that sorts an array in descending order.
- Write a program that combines two arrays.
- Write a program that outputs the element closest to 0.
ASP.Net(C#) Conversions Programming problems <- Click to go to Conversion problems
- Write a program that converts a number to string.
- Write a program that converts a string to integer.
- Write a program that converts an integer to float.
- Write a program that converts a string to array/list.
- Write a program that converts an array/list to string.
- Write a program that converts a binary number to decimal number.
- Write a program that converts a decimal number to binary number.
- Write a program that converts a decimal number to hexadecimal number.
- Write a program that converys a hexadecimal number to decimal number.
- Write a program that converts a decimal number to octal number.
- Write a program that converts numbers of day to minutes.
- Write a program that converts numbers of day to seconds.
- Write a program that converts celsius to farenheit.
- Write a program that converts lower case to upper case characters.
- Write a program that converts letters to ASCII.
- Write a program that converts feet to inch.
- Write a program that converts kilometer to meter.
- Write a program that converts liter to milliliter.
- Write a program that converts numbers to words.
- Write a program that converts a number to its corresponding month (e.g. 1 = January).
Check out More on our website!
http://more-codes.com/