Question: 1 public class Student { 2. int stdID; 3 String name; 4 double fees; 5 6e public Student(int stdID, String name, double fees){ 7 this.stdID=stdiD;


1 public class Student { 2. int stdID; 3 String name; 4 double fees; 5 6e public Student(int stdID, String name, double fees){ 7 this.stdID=stdiD; 8 this.name=name; 9 this.fees=fees; } 111 129 public Student0{ 13 this(202010021, "Husain", 1000); 10 15 160 public double discount(double fees){ 17 if(fees > 1000) 18 return fees*0.1; 19 else 120 return 0; 21 } 22e public double discount(int stdID){ if(stdiD
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
