getPrice(durianClass, durian Weight) double price=0 durian Class A? F durian Class B? T price=weight x 120.50 price weight x 85.85 durian Class C? price=weight x 51.30 return (price) Figure 1(b): Flowchart to calculate price of weighted Musang King Durian Write a C++ program to calculate the price of the Musang King Durian as specified by the above flowcharts. Table 1 is the test cases that you can use to test the program and the details of the input/output style of the program. F T T

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 8PP: (Statistical) In many statistical analysis programs, data values considerably outside the range of...
icon
Related questions
Question

Flowchart to calculate price of weighted Musang King Durian

Write a C++ program to calculate the price of the Musang King Durian as specified by the
above flowcharts. Table 1 is the test cases that you can use to test the program and the details of the
input/output style of the program. 

getPrice(durianClass, durian Weight)
double price =0
durian Class
A?
F
durian Class
B?
T
price=weight x 120.50
price weight x 85.85
durian Class
C?
price=weight x 51.30
return (price)
Figure 1(b): Flowchart to calculate price of weighted Musang King Durian
Write a C++ program to calculate the price of the Musang King Durian as specified by the
above flowcharts. Table 1 is the test cases that you can use to test the program and the details of the
input/output style of the program.
F
T
T
Transcribed Image Text:getPrice(durianClass, durian Weight) double price =0 durian Class A? F durian Class B? T price=weight x 120.50 price weight x 85.85 durian Class C? price=weight x 51.30 return (price) Figure 1(b): Flowchart to calculate price of weighted Musang King Durian Write a C++ program to calculate the price of the Musang King Durian as specified by the above flowcharts. Table 1 is the test cases that you can use to test the program and the details of the input/output style of the program. F T T
Below is the table provided for price of Malaysian Local King Fruit called MUSANG KING
DURIAN based on its CLASS.
Musang King Durian
Price/ 1kg
MUSANG KING
Class
A
RM 120.50
B
RM 85.85
C
RM 51.30
Figures 1(a) and 1(b) are the flowcharts of the program proposed to calculate price of MUSANG
KING DURIAN based on its class and cost per 100 grams. The program gets the inputs consisting
of durian's class, weight and the cost per 100 grams from the user before calculating the total price.
A3
Transcribed Image Text:Below is the table provided for price of Malaysian Local King Fruit called MUSANG KING DURIAN based on its CLASS. Musang King Durian Price/ 1kg MUSANG KING Class A RM 120.50 B RM 85.85 C RM 51.30 Figures 1(a) and 1(b) are the flowcharts of the program proposed to calculate price of MUSANG KING DURIAN based on its class and cost per 100 grams. The program gets the inputs consisting of durian's class, weight and the cost per 100 grams from the user before calculating the total price. A3
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Header Files
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning