why do we need to write the line no. 32 when we have already defined it at the starting? below is the lecture link
https://online.codingblocks.com/app/player/71388/content/110181/6616/lecture
why do we need to write the line no. 32 when we have already defined it at the starting? below is the lecture link
https://online.codingblocks.com/app/player/71388/content/110181/6616/lecture
since we are using a while loop
and the cin at line 16 JUST HELP us to get inside the loop
the cin at line 32
helps to take in further inputs
the line 16 is encountered just once and no mor ethan 1 input can be taken from that line
hence line 32 is required to break or continue our processing