Computer Science, asked by Anonymous, 7 months ago

Write a statement in Java which will declare an object named si of the simple interest class.

Answers

Answered by anindyaadhikari13
50

Here is your answer.

SimpleInterest si = new SimpleInterest();

Answered by hrishikeshvidhate03
1

Answer:

SimpleInterest si = new simpleintrest();

Similar questions