Computer Science, asked by ncteharki, 4 months ago

Q.1) What will be the output of the following pseudo code for input 7?
1. Input n
2. Set m = 1, T = 0
3. if (m > n)
4. Go to step 9
5. else
6. T=T + m
7. m = m + 1
8. Go to step 3
9. Print T​

Answers

Answered by pd340960
0

Answer:

go to step 3 is answer please try

Similar questions