answersLogoWhite

0

public class apples {

public static void main(String argc[]) {

for(int i = 0; i <= 50; i++){

if(i % 2 != 0){

System.out.println(i);

}

}

}

}

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

The for loop is very useful for this. Just start with 51, and add 2 at a time.

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Java source code of odd numbers between 1 and 50?
Write your answer...
Submit
Still have questions?
magnify glass
imp