Logical
Logical
1.Write a method that uses a for loop to display numbers in descending order
2.Write a program that would replace every vowel in the String with X.
6.Write a method that accepts two numbers and returns the average of Two
9.Write a program to find the factorial value of any number entered through the keyboard.
0 1 1 2 3 5 8 13 24 .....
eg:145->1!+4!+5!=145
15.ATM program