Monday, 31 July 2017
Write a Java program to print the odd numbers from 1 to 99. Prints one number per line.
What's Related?

Write a Java program to print the ascii value of a given character.

Write a Java program to list the available character sets in charset objects.

Write a Java program to create and display unique three-digit number using 1, 2, 3, 4. Also count how many three-digit numbers are there.

Write a Java program to count the letters, spaces, numbers and other characters of an input string.
Write a Java program to accept a number and check the number is even or not. Prints 1 if the number is even or 0 if the number is odd.
Write a Java program to display the current date time in specific format.
Home