so to 250
Write aprogram that prints a line of 30 asterisks (*) on a single line using do-while loop.
Answers
Answered by
0
Answer:
gsuwiwgwjejheisjsvsudgusjsbsushduejrbejsbshdgdgshdghsuwjeheueudjdbfhddifjdjdjdh
Explanation:
jsjdjehrueueheyueyeyde829292y373uebdbbdbxnf
Answered by
1
#Program to print asterisks
i=0
while i<30:
print('*',end="")
i+=1
Attachments:
Similar questions