KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: January

Course Name: C++                    Lesson Name: Chap 10.3a

Student Name

Password


Objective
To complete the workbook problems.


Primary Focus
Answer the questions in the spaces provided below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

Enumerated types are best used in expressions and switch structures, rather than directly for output

True         False


Question #2

A typedef is used to make one identifier access two variables.

True         False


Question #3

With enumerated types, the compiler starts assigning integers with the number one.

True         False


Question #4

Using enumerated types can make your code more readable.

True         False


Question #5

Using typedef to change the name of an existing data type may confuse the reader of your code

True         False