Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 376 Bytes

File metadata and controls

2 lines (2 loc) · 376 Bytes

Debugging-Exercises---Inheritance

Each of the following files has syntax and/or logic errors. In each case, determine and fix the problem. After you correct the errors, save each file using the same filename preceded with the word "Fix". For example, DebugTen1.java will become FixDebugTen1.java. (Please take note that in Java, filename and class name must always match.)