Question: Create a solution that accepts three integer inputs representing the number of shares owned in three separate companies. Output the total value of the
Create a solution that accepts three integer inputs representing the number of shares owned in three separate companies. Output the total value of the stock investments to two decimal places given the following share values: Paradigm Toys: $165.44 per share Sparkit: $142.09 per share Pruhart Tech: $47.35 per share The solution output should be in the format Value: total_stock_value Sample Input/Output: If the input is 1 W23 then the expected output is Value: $591.67 3/
Step by Step Solution
3.27 Rating (153 Votes )
There are 3 Steps involved in it
Certainly Heres a Python program that calculates the total value of the stock invest... View full answer
Get step-by-step solutions from verified subject matter experts
