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.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education