Question: Use the code below to complete the tasks described below, use any java compiler to test your code. class subject { private String sub; private
Use the code below to complete the tasks described below, use any java compiler to test your code.
class subject
private String sub;
private int marks;
private double average;
public subject
sub "Physics";
marks ;
average ;
This provides evidence for PC
Create a static method called change with one parameter that will assign the value for the test
variable.
This provides evidence for PC
Create a no parameterized constructor that initialize the instance variables as follows:
i sub "Physics";
ii marks ;
iii. average ;
Create a method that displays "pass" if the average value of the calling object is or more and
displays "fail" otherwise.
This provides evidence for PC
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
