Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program to ask the user for the flowing Read the following from the txt file named sample.txt N shares How many shares to
Write a program to ask the user for the flowing Read the following from the txt file named "sample.txt" N shares How many shares to be bought: P_shares(The price per share:) Pcommission (Percent commission for the broker for each transaction) (Average annual return as of percentage:) (How many years you will hold the stock:) A return Y ear The program that calculates and displays the following: The amount paid for the stock alone (without the commission) The amount of the commission The total amount of paid (the payment for stock plus the commission) After X years, your shares will worth Would you like a receipt? YN Have a nice day Write the following into a file called "receipt.txt". (It is absolute important you output the following information into a file named "receipt.txt") Your Name:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started