Write a program to print multiples of 3 from 30 to a given limit using while loop ( Also Draw a flow chart).(plzzzzzzzzzzzz tell itss vry urgent)
Abhiraj1928:
Oh java
Answers
Answered by
0
int x = 30;
do {
system.out.printIn(x);
x+3;
while { i < g};
I hope this helps
Similar questions