C# program to add, reverse a number.
This Program.cs is a C# program file containing 6 questions answers asked in Lab.
1)WAP in C# to check whether the entered number is even or Odd.
2)WAP in C# to compute the sum of two entered number if two values are same, then return their sum.
3)WAP in C# to get a number and display the sum of two digits.
4)WAP in C# to get a number and display number with reverse.
5)WAP to check two given integers and return true if one of them is 30 or if their sum is 30.
6)WAP to check if a given positive number is multiple of 3 or a multiple of 7.