Computer Science, asked by lintakhaliq123, 5 months ago

so to 250
Write aprogram that prints a line of 30 asterisks (*) on a single line using do-while loop.​

Answers

Answered by DARKLI0N0110
0

Answer:

gsuwiwgwjejheisjsvsudgusjsbsushduejrbejsbshdgdgshdghsuwjeheueudjdbfhddifjdjdjdh

Explanation:

jsjdjehrueueheyueyeyde829292y373uebdbbdbxnf

Answered by sambhavgautam6
1

#Program to print asterisks

i=0

while i<30:

print('*',end="")

i+=1

Attachments:
Similar questions