Hello everybody,
what it is end of symbol? I need to break program when user input end of symbol.
Thanks :)
Printable View
Hello everybody,
what it is end of symbol? I need to break program when user input end of symbol.
Thanks :)
Your question is not clear but I suspect you have been asked to handle a symbol that signals the user wants to exit the program.
That symbol can be anything you decide it should be (or whatever your teacher has declared you should use) for instance it could be E or CTRL + Q or 9 or SHIFT + 2 etc.