Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Izaganag on Sep 21, 2015



Title: Consider the following enumerationenum Speed { FAST, MEDIUM, SLOW };
Post by: Izaganag on Sep 21, 2015
Consider the following enumeration
   enum Speed { FAST, MEDIUM, SLOW };
A) The name of the Speed enumeration whose ordinal value is one is SLOW
B) The name of the Speed enumeration whose ordinal value is zero is FAST
C) The ordinal value of SLOW is 1
D) The ordinal value of MEDIUM is 2
E) None of the above


Title: Re: Consider the following enumerationenum Speed { FAST, MEDIUM, SLOW };
Post by: habibti on Sep 24, 2015
Content hidden


Title: Re: Consider the following enumerationenum Speed { FAST, MEDIUM, SLOW };
Post by: Izaganag on Sep 28, 2015
That makes life a whole lot easier, thank you for answering.


Title: Re: Consider the following enumerationenum Speed { FAST, MEDIUM, SLOW };
Post by: habibti on Sep 28, 2015
Give me a shout if you need anymore help.