Created
July 10, 2017 03:18
-
-
Save forresty/1424a8cddec5a60776a0282b33d31409 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. print welcome message | |
| # 2. ask for first number (or exit) | |
| # 3. ask for operation (or exit) | |
| # 4. ask for second number (or exit) | |
| # 5. perform calculation | |
| # 6. show result | |
| # 7. go back to 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment