Computer Science, asked by icemalmjou, 2 months ago


Here are 4 bugs. Help me figure it out. ASAP
CLS
INPUT “Enter any number”;N
WHILE N=0
R=RMOD 10
s=s + r
N=N/10
WEND
Print"The sum of individual digit is";SUM

END

Answers

Answered by CrazyKanav
0

Answer:

Explanation

1. Indentation error  line 4

2. S is not capital,

3. so is print.

4. i am guessing sum is s, but not definted

Similar questions