Task 4 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. Sample output: The tuition fees for the year 2023 are: $10500 The tuition fees for the year 2024 are: $11025 The tuition fees for the year 2025 are: $11576.25

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.4: A Case Study: Rectangular To Polar Coordinate Conversion
Problem 9E: (Numerical) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question
<
1:59
Task 4
CMP1041_Assessment_...
Task 5
<insert_code_with_logic_error>
Replace this line with:
<insert_fixed_code>
Reasoning for change:
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:-
Sample output:
<reason_for_change>
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.
The tuition fees for the year 2023 are: $10500
The tuition fees for the year 2024 are: $11025
The tuition fees for the year 2025 are: $11576.25
RTO: 90511/CRICOS: 02155J/HE PROVIDER: PRV12005
CMP1041 - Assessment #1 Brief_v3.0 05092022
Assessment Brief
AT
To check if the pseudocode you wrote in task 4 is correct! Provide the following to the client so they have
confidence in your program:
i) Provide information about what a desk check is and why it is important.
ii) Perform desk checks with at least three data sets, choose your own data sets and
Calendar
To Do
Creative
Technology
Educators
Notifications
6
35
Inbox
Transcribed Image Text:< 1:59 Task 4 CMP1041_Assessment_... Task 5 <insert_code_with_logic_error> Replace this line with: <insert_fixed_code> Reasoning for change: 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:- Sample output: <reason_for_change> 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. The tuition fees for the year 2023 are: $10500 The tuition fees for the year 2024 are: $11025 The tuition fees for the year 2025 are: $11576.25 RTO: 90511/CRICOS: 02155J/HE PROVIDER: PRV12005 CMP1041 - Assessment #1 Brief_v3.0 05092022 Assessment Brief AT To check if the pseudocode you wrote in task 4 is correct! Provide the following to the client so they have confidence in your program: i) Provide information about what a desk check is and why it is important. ii) Perform desk checks with at least three data sets, choose your own data sets and Calendar To Do Creative Technology Educators Notifications 6 35 Inbox
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

Don't I have to mention the rate that is 5% and the years?

Solution
Bartleby Expert
SEE SOLUTION
Follow-up Question

Can you help me with the pseudocode and not the actual code? I haven't yet reached there. Just the pseudocode, so I can understand better?

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Mathematical functions
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr