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)

Answers

Answered by Anonymous
0

x = 0

total = 3

while total < 30

total = total * x

x= x+ 1

output total

endwhile

Similar questions