Computer Science, asked by diyab0416, 1 year ago

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
diyab0416: yup
Abhiraj1928: Wait let me think a little but pls dont depend on me as i am not good at java
diyab0416: ya but plzz try its really urgent
Abhiraj1928: You want full code or just body?
Abhiraj1928: I will use g as given limit asked
diyab0416: just body
diyab0416: kk
Abhiraj1928: There you go
Abhiraj1928: This helped?

Answers

Answered by Abhiraj1928
0

int x = 30;

do {

system.out.printIn(x);

x+3;

while { i < g};

I hope this helps

Similar questions