Question: I need help writing a C++ program. THIS IS NOT A GRAPHING PROBLEM... Looking for a source code in C++ language. Objectives: A hospital purchases
I need help writing a C++ program. THIS IS NOT A GRAPHING PROBLEM... Looking for a source code in C++ language.
Objectives: A hospital purchases a new Magnetic Resonance Imaging (MRI) machine for $1.2 million. The depreciated value y (reduced value) after t years is given by Y = 1200000 80000 t
Design an algorithm and write a C++ program that prompts the user to input the number of years. The program calculates and outputs the depreciated value.

Objectives: A hospital purchases a new Magnetic Resonance Imaging (MRI) machine for $1.2 million. The depreciated value y (reduced value) after t years is given by Y = 1200000 80000 t Design an algorithm and write a C++ program that prompts the user to input the number of years. The program calculates and outputs the depreciated value. Sample Run1 MRI Depreciated Value ***** Enter the number of years: 5 The depreciated value of the MRI machine is $800000 Sample Run2 ** MRI Depreciated Value Enter the number of years: 10 The depreciated value of the MRI machine is $400000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
