A boy wants to buy x apples in the shop. He has to pay y dollars for the first apple, 2y dollars for the second one and so on (in other words, he has to pay i x y dollars for the i-th apple). He has n dollars. How many dollars does he have to borrow from his friend to buy x apples? Instruction: Create a Java program that will perform the algorithm to compute for the amount of dollars that the boy must borrow from his friend using multilevel inheritance as shown in the figure. • Main class - Creates an instance of "Money" class and call Input the methods in sequence as shown in the figure. cost, dollar, num: Int • Input class - It contains a method in() that ask for three in() positive integers as an input which are the cost of the first apple, initial number of dollars the boy has, and number of apples he wants. • Cost class – It contains a method formulaC() that computes Main Cost obj.formulaC() 0: urlqo formulaC() obj.formulaM() for the total cost of the apples. • Money class - It contains a method formulaM() that computes and displays the amount of dollars that the Money boy must borrow. formulaM() Use comments to explain your codes.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 14E
icon
Related questions
Question
100%

please read the instructions

A boy wants to buy x apples in the shop. He has to pay y dollars for the first apple, 2y dollars for the
second one and so on (in other words, he has to pay i x y dollars for the i-th apple). He has n dollars.
How many dollars does he have to borrow from his friend to buy x apples?
Instruction: Create a Java program that will perform the algorithm to compute for the amount of dollars
that the boy must borrow from his friend using multilevel inheritance as shown in the figure.
• Main class - Creates an instance of "Money" class and call
Input
the methods in sequence as shown in the figure.
cost, dollar, num: int
• Input class - It contains a method in() that ask for three
in()
positive integers as an input which are the cost of the
first apple, initial number of dollars the boy has, and
Main
Cost
number of apples he wants.
obj.in 0)
obj.formulaC()
obj.formulaM()
Cost class – It contains a method formulaC() that computes
formulaC()
for the total cost of the apples.
• Money class - It contains a method formulaM() that
computes and displays the amount of dollars that the
Money
boy must borrow.
formulaM()
Use comments to explain your codes.
Transcribed Image Text:A boy wants to buy x apples in the shop. He has to pay y dollars for the first apple, 2y dollars for the second one and so on (in other words, he has to pay i x y dollars for the i-th apple). He has n dollars. How many dollars does he have to borrow from his friend to buy x apples? Instruction: Create a Java program that will perform the algorithm to compute for the amount of dollars that the boy must borrow from his friend using multilevel inheritance as shown in the figure. • Main class - Creates an instance of "Money" class and call Input the methods in sequence as shown in the figure. cost, dollar, num: int • Input class - It contains a method in() that ask for three in() positive integers as an input which are the cost of the first apple, initial number of dollars the boy has, and Main Cost number of apples he wants. obj.in 0) obj.formulaC() obj.formulaM() Cost class – It contains a method formulaC() that computes formulaC() for the total cost of the apples. • Money class - It contains a method formulaM() that computes and displays the amount of dollars that the Money boy must borrow. formulaM() Use comments to explain your codes.
Expert Solution
steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr