Quiz #4

1. Write a while loop that sums the integers from 1 to 100, inclusive. Then write a for loop to do the same thing.

2. Write a do while loop that prompts the user for a positive even integer. The loop continues as longs as the user doesn't supply an integer with these specifications.