0
Help me please
how can I correct this program it can't read the next memo when there are several of memo, when a choose continue, it also still the first memo Also, I can delete memo Please help can it solve by loops, array, case only https://code.sololearn.com/c3J7i6Aq1I0D/?ref=app
2 Answers
+ 1
Change the do-while to a switch: case 1. At the same time you would modify the chat date to a Integer to apply the switch.
0
Charles, why is it better to change it to switch