Assignment6
Warmup Write a program to store the square of all numbers 1 to 20 into a an array.
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.
Write a program to compute the print the first 10000 prime numbers. The prime number calculator should be a separate function.