Write a statement in Java which will declare an object named si of the simple interest class.
Answers
Answered by
50
Here is your answer.
SimpleInterest si = new SimpleInterest();
Answered by
1
Answer:
SimpleInterest si = new simpleintrest();
Similar questions