How many stars will the following snippet send to the console? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How many stars will the following snippet send to the console?

I = 2 While I >= 0: Print("*") I -= 2

22nd Jun 2020, 3:14 PM
Anjan
1 Answer
+ 6
I would suggest reviewing the course of sololearn and then , Try your code in code- playground and come back with your question someone will be here to answer your query 👍
22nd Jun 2020, 3:50 PM
Daljeet Singh
Daljeet Singh - avatar