subject

Problem 2. (expectedcost) it is difficult to make a budget that spans several years, because prices are not stable. if your company needs 200 pencils per year, you cannot simply use this year’s price as the cost of pencils two years from now. because of inflation the cost is likely to be higher than it is today. write a program to gauge the expected cost of an item in a specified number of years. the program asks for the cost of the item, the number of years from now that the item will be purchased, and the rate of inflation. the program then outputs the estimated cost of the item after the specified period. have the user enter the inflation rate as a percentage, such as 5.6 (percent). your program should then convert the percentage to a fraction,

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balanced team. (1) prompt the user to input five pairs of numbers: a player's jersey number (0 - 99) and the player's rating (1 - 9). store the jersey numbers in one int vector and the ratings in another int vector. output these vectors (i.e., output the roster). (3 pts) ex: enter player 1's jersey number: 84 enter player 1's rating: 7 enter player 2's jersey number: 23 enter player 2's rating: 4 enter player 3's jersey number: 4 enter player 3's rating: 5 enter player 4's jersey number: 30 enter player 4's rating: 2
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
What is the name of the option in most presentation applications with which you can modify slide elements? 1. the option enables you to modify a slide element in most presentation applications.
Answers: 3
question
Computers and Technology, 23.06.2019 12:30
Animations and transitions are added from the
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
The program below has been generalized to read a user's input value for hourlywage. run the program. notice the user's input value of 10 is used. modify that input value, and run again. generalize the program to get user input values for workhoursperweek and workweeksperyear (change those variables' initializations to 0). run the program. monthsperyear will never change, so define that variable as final. use the standard for naming final variables. ex: final int max_length
Answers: 2
You know the right answer?
Problem 2. (expectedcost) it is difficult to make a budget that spans several years, because prices...
Questions
Questions on the website: 13722362