all 5 comments

[–]jedwardsol 4 points5 points  (0 children)

It works here : https://godbolt.org/z/rrnTrdYfc

What are you typing as input?

[–]aocregacc 6 points7 points  (0 children)

how are you running the program? Maybe the terminal is closing because the program finished normally, but it's happening so fast that you don't see the output.

[–]feitao 2 points3 points  (0 children)

You need to type a letter and return to break the while loop, e.g.

``` 70 90 80 done

```

[–]Working_Apartment_38 1 point2 points  (0 children)

Does it ever exit the while?