Question: Testinggrounds.java X public class Testinggrounds { WN 40 public static void main(String args) { 5 Situdent student1 = new Student (Asha, 40, 85.0); student student2
Testinggrounds.java X public class Testinggrounds { WN 40 public static void main(String args) { 5 Situdent student1 = new Student ("Asha", 40, 85.0); student student2 = new Student ("Haylee", 60, 78.0); 100 System. out . printIn(student1. getDetails() ); 10 System. out . printIn(student2. getDetails () ); System. out. printIn("Is Asha passing? " + student1. isPassing() ); 13 System. out . printIn("Is Haylee passing? " + student2. isPassing()); 14 15 16 17 18 Problems @ Javadoc [ Declaration _ Console X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
