you will design a program to perform the following task: Calculate the usable ar
ID: 3557540 • Letter: Y
Question
you will design a program to perform the following task:
Calculate the usable area in square feet of house. Assume that the house has a maximum of four rooms, and that each room is rectangular.
There are 4 components of your submission including:
As recommendation, you can try to use Eclipse or NetBeans environments that are used also for other courses as: Introduction in Java programming and Intermediate programming.
All of these components should be placed in word document for submission.
The C code have to be a document written with a text editor or Notepad++ (http://notepad-plus-plus.org/)
Example application test data:
Test Case #
Input
Expected Output
1
Room 1: length=10, width=14;
Room 2: length=9, width=10;
Room 3: length=12, width=12;
The total area is: 374 square feet
2
Your room dimensions
Your output
3
Your room dimensions
Your output
In our example the user of your program have to enter as input values:
10 14
9 10
12 12
Submission requirements:
Your completed assignment should be saved as Word document and submitted to your assignment area no later than the due date listed in the syllabus. Your document should be neat, well-written with minimal grammatical and spelling errors. Your name should be clearly listed on the first page along with the class/section, professor and due date. Your document should contain page numbers at the bottom of each page. Single or double space line formatting is acceptable.
You should name the file your_name_hw1.docx (or your_name_hw1.doc).
So if my name was Julie Smith, I would name my document Julie_Smith_hw1.docx.
Similar for C code Julie_Smith_hw1.c
Test Case #
Input
Expected Output
1
Room 1: length=10, width=14;
Room 2: length=9, width=10;
Room 3: length=12, width=12;
The total area is: 374 square feet
2
Your room dimensions
Your output
3
Your room dimensions
Your output
Explanation / Answer
Program that will calculate the number of square feet (living space) in a 4-room house.
Problem Analysis
In this Program , the aim is to calculate the square feet of a 4
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.