Warm up Write a program to swap values a and b so that b = a and a = b.

Problem 1

Write a program to swap all values in two arrays of 10 numbers.

Problem 2

Write a read through an array of any type using pointers. Write a to scan through this array to find a particular value.

Problem 3

Write a program to find the first 100 prime numbers and store them in an array. We will time this program using a timing function.