1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Verizon [17]
3 years ago
12

Write a program that computes the square footage of a house given the dimensions of each room.Have the program ask the user how

many rooms in the house and then request the dimensions of eachroom. Display the resulting total square footage.
Engineering
1 answer:
baherus [9]3 years ago
4 0
#include

int main () {

printf("Program to calculate the square footage of the house.\n");

int total_rooms;

double length, width;

double total_square_footage = 0.0;

printf("Enter total number of rooms in the house:");

scanf("%d", &total_rooms);

for (int i = 0; i
printf("Enter the lenght and width of room %d: ", i+1);

scanf("%if %if", &lenght, &width);

total_square_footage += lenght*width;

}

printf("Total square footage of the house: %if\n", total_square_footage);

return 0;

}


Please mark it as brainliest answer:).

You might be interested in
A wire is 0.92 m long and 1.2 mm2 in cross-sectional area. It carries a current of 5.0 A when a 2.2 V potential difference is ap
Flura [38]

The solution is in the attachment

3 0
3 years ago
Q1: You have to select an idea developing an application like web/mobile or industrial, it should be based on innovative idea, n
elena55 [62]

Answer:

Creating an app is both an expression of our self and a reflection of what we see is missing in the world. We find ourselves digging deep into who we are, what we would enjoy working on, and what needs still need to be fulfilled. Generating an app idea for the first time can be extremely daunting. Especially with an endless amount of possibilities such as building a church app.

The uncertainty has always spawned a certain fear inside creators. The fear of creating something no one will enjoy. Spending hundreds of dollars and hours building something which might not bring back any real tangible results. The fear of losing our investment to a poor concept is daunting but not random. But simple app ideas are actually pretty easy to come by.

Great app idea generation is not a gift given to a selected few, instead, it is a process by which any of us are able to carefully explore step by step methods to find our own solution to any problem. Whether you are a seasoned creator or a novice, we have provided a few recommendations to challenge and aid you as you create your next masterpiece.

if I am right then make me brainliest

6 0
3 years ago
Argue the importance to society of incorporating green building into an engineer's designs, with at least two examples.
stellarik [79]

Answer:

Green Design is your answer

Explanation:

4 0
3 years ago
Read 2 more answers
1. Examine the following circuit. Find RT, I3, R1, R2, R3, V1, V2 and V3. Show all of your work clearly below.
Mkey [24]

Explanation:

Ohm's law is used here. V = IR, and variations. The voltage across all elements is the same in this parallel circuit. (V1 =V2 =V3)

The total supply current is the sum of the currents in each of the branches. (It = I1 +I2 +I3)

Rt = (8 V)/(8 A) = 1 Ω . . . . supply voltage divided by supply current

I3 = 8A -3A -4A = 1 A . . . . supply current not flowing through other branches

R1 = (8 V)/(3 A) = 8/3 Ω

R2 = (8 V)/(4 A) = 2 Ω

R3 = (8 V)/(I3) = (8 V)/(1 A) = 8 Ω

V1 = V2 = V3 = 8 V

6 0
3 years ago
Because assembly language is so close in nature to machine language, it is referred to as a ____________.
My name is Ann [436]

Answer:

symbolic machine code.

Explanation:

The instructions in the language are closely linked to the machine's architecture.

5 0
4 years ago
Other questions:
  • 5. Assume that you and your best friend ench have $1000 to invest. You invest your money
    8·1 answer
  • An array of electronic chips is mounted within a sealedrectangular enclosure, and colling is implemented by attaching analuminum
    5·1 answer
  • What are the two most important things to remember when at the end of your interview?
    6·1 answer
  • A hollow aluminum sphere, with an electrical heater in the center, is used in tests to determine the thermal conductivity of ins
    6·1 answer
  • Water is pumped from one large reservoir to another at a higher elevation. If the flow rate is 2.5 ft3 /s and the pump delivers
    12·1 answer
  • Which engineers are requried to have a PE (professional engineer) license?
    13·2 answers
  • An FPC 4 m2 in area is tested during the night to measure the overall heat loss coefficient. Water at 60 C circulates through th
    5·1 answer
  • What document should you have from the engine manufacturer when working on an engine
    8·1 answer
  • How to make text take shape of object in affinity designer
    12·1 answer
  • The air conditioner in a house or a car has a cooler that brings atmospheric air from 30C to 10C, with both states at 101KPa. If
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!