Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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: 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started