Answer:1. class example
2. {
3. float x;
4. public:
5. void example();
6. example(int, float);
7. };
Options
a) Line 7 should not include the semicolon
b) Line 6 is an incorrect statement
c) Line 5 cannot include void
d) No error
Answer : c) Line 5 cannot include void