Which one of the following is not a valid enumerated type declaration?
a. enum Iron { Melting = 2795, Boiling = 4982 }
b. enum Speed Limit { City = 35, Highway = 60 }
c. enum Temperature { Cold = 20, Hot = 90 }
d. enum Voltage { Orange = 3.3, Green = 5.0 }
d. enum Voltage { Orange = 3.3, Green = 5.0 }
Computer Science & Information Technology
You might also like to view...
The theme can be selected only as the presentation is being created
Indicate whether the statement is true or false
Computer Science & Information Technology
Computer viruses first appeared in the early __________.
A. 1960s B. 1970s C. 1980s D. 1990s
Computer Science & Information Technology