Computer Science, asked by mudhurisonkar32, 19 days ago

WAP to Input a number and print the sum of its digits using While - Wend LOOP​

Answers

Answered by OPyesSIR
1

Answer:

WAP to input number and find sum of digits. REM. CLS. INPUT "ENTER ANY NUMBER"; N. S = 0. WHILE N < > 0. 104. WAP to input number and find sum square of digits. REM. CLS. INPUT "ENTER ANY NUMBER"; N. S = 0. WHILE N < > 0. 107. WAP to input number and find sum of cube of digits. REM. CLS. INPUT "ENTER ANY NUMBER";

Explanation:

PLS MARK ME AS THE BRAINIEST

Similar questions