Write the code that defines an enumerated type car whose enumerators are ford, toyota, honda and an array vehicle whose ten elements are of data type car.

What will be an ideal response?

enum car {ford, toyota, honda};
car vehicle[10];

Computer Science & Information Technology

You might also like to view...

The SmartArt graphic type that shows steps that repeat continuously is the ________

A) Relationship B) Process C) Cycle D) List

Computer Science & Information Technology

Whites in eyes are great places to sample for shadows and highlights.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology