Question: 5 . 3 . 4 : Advanced while loop examples. String input _ item is read from input and integer sum _ counts is initialized
: Advanced while loop examples.
String inputitem is read from input and integer sumcounts is initialized with Write a loop that iterates while inputitem is not
equal to 'Completed'. In each iteration of the loop:
Read integer foodnumber from input.
Increase sumcounts by the value of foodnumber.
Output the value of inputitem.
Read string inputitem from input.
Click here for example
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
