You decide to buy some stocks for a certain price and then sell them at another price. Write a program that determines whether or not the transaction was profitable. Here are the details: • Take three separate inputs: the number of shares, the purchase price of the stocks, and the sale price, in that order. • You purchase the number of stocks determined by the input. • When you purchase the stocks, you pay the price determined by the input. • You pay your stockbroker a commission of 3 percent on the amount paid for the stocks. • Later, you sell the all of the stocks for the price determined by the input. • You pay your stockbroker another commission of 3 percent on the amount you received for the stock. Your program should calculate your net gain or loss during this transaction and print it in the following format: If your transaction was profitable (or if there was a net gain/loss of 0) print: "After the transaction, you made 300 dollars." (If, for example, you gained 300 dollars during the transaction.) If your transaction was not profitable, print: "After the transaction, you lost 300 dollars." (If, for example, you lost 300 dollars during the transaction.) Use string formatting.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter16: Searching, Sorting And Vector Type
Section: Chapter Questions
Problem 23PE
icon
Related questions
icon
Concept explainers
Question

You decide to buy some stocks for a certain price and then sell them at another
price. Write a program that determines whether or not the transaction was
profitable. Here are the details:

• Take three separate inputs: the number of shares, the purchase
price of the stocks, and the sale price, in that order.
• You purchase the number of stocks determined by the input.
• When you purchase the stocks, you pay the price determined by the input.
• You pay your stockbroker a commission of 3 percent on the amount paid for
the stocks.
• Later, you sell the all of the stocks for the price determined by the input.
• You pay your stockbroker another commission of 3 percent on the amount
you received for the stock.

Your program should calculate your net gain or loss during this transaction and
print it in the following format:

If your transaction was profitable (or if there was a net gain/loss of 0) print:
"After the transaction, you made 300 dollars."
(If, for example, you gained 300 dollars during the transaction.)

If your transaction was not profitable, print:
"After the transaction, you lost 300 dollars."
(If, for example, you lost 300 dollars during the transaction.)

Use string formatting.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Control Structure
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT