Computer Applications
Related Questions
Write a Java program using the switch case to print the corresponding days of numbers.
For example: 1= Monday…. 7 = Sunday
Generate the following series upto 10 terms:
1, 8, 27, 64, 125 ……..
Generate the following series upto 10 terms:
0, 3, 8, 15, 24, 35 …..
Write a program to print all the prime numbers between 1 and 100.