The annual tuition fees to study a computer science degree at ABC College is $10000 and it is expected to increase by 5% each year. The client wants pseudocode for a new program that will calculate the tuition fees of the computer science degree for the next 3 years. Write pseudocode that:- i) takes two inputs: the current annual tuition fees(10000), and the annual increase rate(5%). ii) calculate the tuition fees by multiplying the annual tuition fees for each year by the 5% increase. iii) outputs three values: the tuition fees for the years 2023, 2024 & 2025.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

The annual tuition fees to study a computer science degree at ABC College is $10000 and it is expected to
increase by 5% each year. The client wants pseudocode for a new program that will calculate the tuition fees
of the computer science degree for the next 3 years. Write pseudocode that:-


i) takes two inputs: the current annual tuition fees(10000), and the annual increase rate(5%).


ii) calculate the tuition fees by multiplying the annual tuition fees for each year by the 5% increase.


iii) outputs three values: the tuition fees for the years 2023, 2024 & 2025.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning