Is it possible to display only sum (not series) of serial numbers using do ... while loop in C programming? For example, if the input is 100, the output will be 5050. How to write code in do ... while loop for this?
Answers
Answered by
1
Answer:
You answer the question questions
Similar questions