Keyboard shortcuts

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

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.