Write a program to print odd numbers between 10 and 100 using while loop.
Answers
Answered by
5
Answer:
Using Java for Loop
- public class DisplayOddNumbersExample1.
{
- public static void main(String args[])
{
- int number=100;
- System.out.print("List of odd numbers from 1 to "+number+": ");
- for (int i=1; i<=number; i++
Similar questions
Social Sciences,
29 days ago
Biology,
29 days ago
Math,
29 days ago
English,
1 month ago
Social Sciences,
1 month ago
English,
8 months ago
English,
8 months ago
Physics,
8 months ago