2 100 points Create a class as shown below and write a test code to produce an output like the sample result: 1. Include
Posted: Fri Jul 08, 2022 6:39 am
https://liveexample.pearsoncmg.com/html/TV.html https://liveexample.pearsoncmg.com/html/TestTV.html Sample result **setName(***) st1: John Doe File name ***setID(***) st1 ID: 123456 name: String id: int +setName(newN: String):void +setID(newID: int):void +showNameID(): void ***showName(***) Name: John Doe ID :123456 student The same thing for st2 J1_09_2.java, png Page 1
2 100 points Create a class as shown below and write a test code to produce an output like the sample result: 1. Include the class in your code. 2. Produce three student objects: st1,st2,st3 3. You should submit only one code file. *Refer to the following link to see how to use your class in a test code.