This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
almost 9 years

Please I need a SOLUTION to my error(s).............

Answer 553541b8e39efee6670004ab

1 vote

Permalink

Here you are:

you should have this:

echo $teacher->isAlive; 
echo $student->age;

instead of this:

    echo $student->age;
    echo $student->isAlive;

Every thing else is good.

points
Submitted by Sergeant Shift
almost 9 years

2 comments

Joseph Kwami Azalekor almost 9 years

thanks so much; little mistakes…………………

Sergeant Shift almost 9 years

welcome