Purchase Solution

Pseudocode for a Real Life Process

Not what you're looking for?

Ask Custom Question

Please assist with the following question so that I may complete my assignment. I have the bulk of it done already but I am lost on how to write what I need in pseudocode.

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.
These are the dimensions I chose below. How would I write this in psuedocode.

Kitchen: W=10,L=16
Living Room: W=12, L=18
Bathroom: W=6, L=9
Bedroom: W=10, L=10

=530 sq ft

Purchase this Solution

Solution Summary

Use pseudocode to describe the process of measuring the total square footage in a house. Pseudocodes are examined.

Solution Preview

For pseudocode problems like this, think at a very high level what you need to do. It helps to think about how you would actually do it in real life. In real life, you would go into a room, measure the length and width of the room, multiply the length and width to get the square footage, and then record the square footage. Then you would repeat for every room until there are no rooms left. Then you would add all ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.