ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 11 Weeks Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 28 Apr 2017 My Price 8.00

Write a program that outputs inflation rates

Need help with the coding c++ on this problem ASAP!

 

Write a program that outputs inflation rates for two successive years and whether the inflation is
increasing or decreasing. Ask the user to input the current price of an item and its price one year
and two years ago. To calculate the inflation rate for a year, subtract the price of the item for that
year from the price of the item one year ago and then divide the result by the price a year ago.
Your program must contain at least the following functions: a function to get the input, a function
to calculate the results, and a function to output the results. Use appropriate parameters to pass
the information in and out of the function. Do not use any global variables.

Attachments:

Answers

(11)
Status NEW Posted 28 Apr 2017 05:04 AM My Price 8.00

-----------

Not Rated(0)