Skip to content
Advertisement

repeating a program using while loop failed

I coded a program that is meant to repeat itself over and over until the to_continue loop is broken by the input “N”. However, it didn’t seem to work.

JavaScript

Output:

JavaScript

whilst I meant for it to output

JavaScript

Full program if that’s helpful:

JavaScript

Any help would be deeply appreciated :) Please comment if any of the explanations are unclear or if you need further details

Advertisement

Answer

You have to wrap the whole program logic in one loop.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement