Day3 Programming Questions
Day3 Programming Questions
- using while
loop
18. Write a JAVAprogram to print all natural numbers in reverse (from n to 1). -
using while loop
19. Write a JAVAprogram to print all alphabets from a to z. - using while loop
20. Write a JAVAprogram to print all even numbers between 1 to 100. - using while
loop
28. Write a JAVAprogram to find sum of first and last digit of a number.
35. Write a JAVAprogram to print all ASCII character with their values.