Computer Science, asked by Sam420, 1 year ago

write a c++ program to calculate sum of three numbers using while loop and skip the statement in the loop using continue statement when the number entered by the user is 2 digit or more than that

Answers

Answered by SakshiNegi
0
just creat a loop for addition of three numbers and put the condition in the loop using while or if - else
Similar questions