1. Warmup Write a program to store the square of all numbers 1 to 20 into a an array.

  2. Write a program that takes a Fahrenheit value from a user and converts it to Celsius. This program should use a separate function to perform the conversion.

  3. Write a program to compute the print the first 10000 prime numbers. The prime number calculator should be a separate function.