Lab 10

Due 1:30PM April 16, 2007

  1. Ex5.14 - Write a while loop that verifies that the user enters a positive integer value.
  2. Ex5.15 - Write a do loop that verifies the user enters an even integer value.
  3. Ex5.17 - Write a for loop to print the multiples of 3 from 300 down to 3.
  4. PP5.15 - Design and implement an application that reads a string from the user, then determines and prints how many of each lower-case vowel (a, e, i, o, u) appear in the entire string. Have a separate counter for each vowel. Also count and print the number of nonvowel characters.


Sami Rollins