Are you a brainlet? Find out!
. Write a C# program to print the result of multiplying two numbers which will be entered by the user.
2. Which of the following is not a legal variable name?
a) myvariableIsGood
b) 99Flake
c) _floor
d) time2GetJiggyWidIt
e) wrox.com
3. Write a C# Sharp program to read age of a candidate and determine whether it is eligible for casting his/her own vote
4. Write a C# program to find the largest of three numbers.
5. Write a For Loop program in C# Sharp to display the first 10 natural numbers.
6. Write a for Loop C# Sharp program to find the sum of the first 10 natural numbers.
7. Create a program to ask the user for 5 numbers, store them in an array and show them in reverse order.
8. Write a C# program to ask the user for 10 integer numbers and display the even ones.
9. Write a C# program to ask the user for marks for 20 pupils (2 groups of 10, using a two-dimensional array), and display the average for each group.
10. Write a program in C# Sharp to store elements in an array and print it.