Assignment B


In this assignment and all following assignments, use the same basic format as was used in assignment A for comments and other things, as well as for what to turn in.


Chapter 2 PROJECT 40

Test data:

Hint: Note that there are 4 output values:

the letter

the ASCII number for the letter

the integer

the floating point number

test it twice:

First run input: a -41 -41.33

Second run input: b 11 0.4


Problem B1

Write a program that has five memory constants.

Initialize them with the five vowels, in lower case.

Print them, one per line.

No input data is needed.