Problem
1. Write, test, and debug (if necessary) a Ruby program with the following specification:
Input: Three numbers, a, b, and c, each on its own line, from the keyboard.
Output: The value of the expression 10ab-((c-1)/17.44).
2. Write, test, and debug (if necessary) a Ruby program with the following specification:
Input: A list of numbers from the keyboard.
Output: The second-smallest number in the list, along with its position in the list, with 1 being the position of the first number.