please help! this is a]edhesive on java.
Write a program that uses a while loop to calculate and print the multiples of 3 from 3 to 21. Your program should print each number on a separate line.
Sample Run
3
6
9
12
15
18
21
Answers
Answered by
0
x=0
for x=0 for range i = (21)
while x=3
x=x*3
Similar questions