CSE 202: Computer Science II, Winter 2018
Lab 3
  1. Create a program that reads all characters from standard input and repeats them in reverse order.

    Solution

  2. Create a program that reads all numbers from standard input and displays σ, the standard deviation of those numbers. The formula for σ is shown below:

    Solution