PSEUDOCODE
Q1.2 Algorithms 10 Points
In the space below, write your algorithm using pseudocode (pseudocode reference sheet
under Week 1 resources at https://introcs.cs.rutgers.edu/lectures). If you detect an error
condition, end your program.
Enter your answer here
Save Answer
Q1.3 Test cases 3.5 Points
In the space below, list a thorough set of test cases for your program. Write in the following
format [inputs], where the inputs are separated by commas.
[inputs][output]
Enter your answer here
Save Answer
Q2 Bank 13 Points
A bank charges fees and/or gives interest based on the balance of a customer. Write a program
that reads the customer balance then calculates and displays the new balance after the
application of fees and or interest based on the following rules:
! "
#
$
%&
0/9 Questions Answered