answersLogoWhite

0

class multiple3 {

public static void main(String args[]) {

int i=300;

while(i>=100)

{

i = 1-3;

i--;

System.out.println(i);

}

}

}

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: Write a java program to print multiples of 3 from 300 to 100?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering