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)
Answers
Answered by
0
x = 0
total = 3
while total < 30
total = total * x
x= x+ 1
output total
endwhile
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Social Sciences,
1 year ago
Science,
1 year ago
Math,
1 year ago
Math,
1 year ago