C Program: Write a program using do-while loop that repeatedly prompts and takes input until a value in the range 0-15 is input. This program should add the value before existing the loop and displays their sum.

  • 9 years ago
C Program: Write a program using do-while loop that repeatedly prompts and takes input until a value in the range 0-15 is input. This program should add the value before existing the loop and displays their sum.
chapter No. 12
Loop structure
C Program
ICS Part 2
Computer

Recommended