Question: 1 public class Student { int stdID; 3 String name: double fees; 000 UN public Student(int stdin, String name, double fees){ this.stdID=stdID; this.name=name; 9 this.feesfees;

 1 public class Student { int stdID; 3 String name: doublefees; 000 UN public Student(int stdin, String name, double fees){ this.stdID=stdID; this.name=name;

1 public class Student { int stdID; 3 String name: double fees; 000 UN public Student(int stdin, String name, double fees){ this.stdID=stdID; this.name=name; 9 this.feesfees; 10 } 11 12e public Student({ 13 this(202010021, "Husain", 1000); 14 } 15 160 public double discount(double fees) 17 if(fees > 1000) 18 return fees*0.1; 19 else 20 return 0; 21] 22e public double discount(int stdID) { 23 if(stdID

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!