Question
Need Pseudocode, Java code and test cases. require: You will need to have 1 functions, one or more arrays, one or more loops. Use an
Need Pseudocode, Java code and test cases.
require: You will need to have 1 functions, one or more arrays, one or more loops. Use an array for the renter's name as well.
Input, Output, Validation, Functions, Loops and Decisions to do this work.
What you will do: You will create some rent slips for 5 apartments for 12 months.
Apt1 has a rent of $300.00
Apt2 has a rent of $400.00
Apt 3 has a rent of $250.00
Apt 4 has a rent of $500.00
Apt 5 has a rent of $1000.00
Examples:
--------------------------------------------
Apt 1 January rent due: $300.00 on January 1st.
Late fees will be collected on January 5th.
--------------------------------------------
Apt 1 February rent due: $300.00 on February 1st.
Late fees will be collected on February 5th.
-------------------------------------------
Note: the slips will be by apt, then months.
you still need to do: Have a way to ask for the renters name for each of the apartments, and use it in the rent slip (15 points).
The rent slip will then say:
Jane Doe, Apt 1 January rent due: $300.00 on January 1st.
Late fees will be collected on January 5th.
Need Pseudocode, Java code and test cases.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started