+ 1

What is the output of this code?

x=10 sum=0 loop while x> 3 x = x - 2 print sum

1st Mar 2023, 3:13 PM
Acid jason26
Acid jason26 - avatar
1 Réponse
+ 2
What do you want to print? Because this is print only sum value '0'.
1st Mar 2023, 4:54 PM
Sakshi [Offline 🙃]
Sakshi [Offline 🙃] - avatar