+ 2
while loop
write a program using while loop that input integers and displays the sum of its digits . for example the program should display 9 if the user enters 135
1 Odpowiedź
+ 3
here you go:
https://code.sololearn.com/c1QDkx2WlZx6/?ref=app
write a program using while loop that input integers and displays the sum of its digits . for example the program should display 9 if the user enters 135