Below is a list of 10 exercises that gradually increase in complexity:
For this lab, get each of these working.
Put all your finished code into a Word File. Save as StudentName_StudentID.txt
Include your Code and also a SCREEEN SHOT of the running code in the Word Document.
Do this now.
Did you find the Error in Exercise 4?
Here is the corrected code :
number cannot be treated like String
We must use the Code at POINT 2 to make the compiler treat the NUMBER as a STRING
Exercise 8: Inheritance