IC211 Spring 2019
Name (Last, First): ____________________________________________________ Alpha: _____________________
Describe help received: _________________________________________________________________
| Foo.java | Bar.java | HWa.java |
| |
Consider each expression below as appearing at the HERE! in file HWa.java, and write either "error" if the expression won't compile, or write the output that the resulting function call would produce.
|
|
|
|
172234 Poe SCSAcMid m = new AcMid("Poe","172234","SCS");
System.out.println(m.toString());
| Mid.java | AcMid.java |
|
|