Exercise: Calculator STDIN
- Create a file called
calculator_stdin.cr - Ask the user for two numbers and an operator
(+, -, *, /) - Compute the result of the operation and print it out.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
calculator_stdin.cr(+, -, *, /)