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

JudyJudy
Simplicity is my specialty.
Chat with Judy
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin

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