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
nikdorinn [45]
2 years ago
12

350 square feet requires 1 gallon of paint. Assign gallons_paint with the amount of paint required for wall_area. Sample output

for the given program:
250.0 square feet wall will need:
0.714285714286 gallons of paint
Computers and Technology
1 answer:
Marina CMI [18]2 years ago
4 0
Here's a solution in node.js. Can be easily transcribed to other languages:

var paint_per_sqf = 1/350;
var wall_area = 250.0;
var gallons_paint = wall_area * paint_per_sqf;

console.log(wall_area.toFixed(1) + " square feet wall will need:");
console.log(gallons_paint.toFixed(12) + " gallons of paint");


You might be interested in
The Adaptive Software Development (ASD) life cycle model assumes that software development follows an adaptive approach because
allsm [11]

Answer: ....

false

Explanation:

Adaptive Software Development (ASD) is a direct outgrowth of an earlier agile framework, Rapid Application Development (RAD). It aims to enable teams to quickly and effectively adapt to changing requirements or market needs by evolving their products with lightweight planning and continuous learning.

The Adaptive Software Development (ASD) life cycle model assumes that software development follows an adaptive approach because the requirements cannot be clearly expressed early in the life cycle. it refers to a problem-solving approach that requires defining the scope of a system, dividing it into its components, and then identifying and evaluating its problems, opportunities, constraints, and needs.

7 0
2 years ago
A software developer is busy writing code. What phase of the project life cycle is he in?
ra1l [238]

Answer:

project execution

Explanation:

According to project management, a project has been completed in 4 phases.

The first phase of the project cycle is project initiation, in which goal, objectives and completion time of the project has been decided. In second phase, requirements to accomplish the task and planning for completion of goals is completed. It is called Project Planning. Third phase is the execution phase, it is very important phase of the project, where developers and designers starts working on the code and other hardware designing. In this phase working on desired outputs has been completed according to the inputs. The last phase is project closure, In this phase the project is handed over to the client after completion for the testing.

So, Project Execution is the phase, where developers are busy in writing code.

4 0
3 years ago
The TCP/IP Application Layer and the OSI Application Layer are relevant mainly to programmers, not to network technicians.
nikitadnepr [17]
True is correct answer
6 0
2 years ago
Which of the following consequences of cyber terrorism poses the greatest danger to US citizens
Alika [10]

Hacking the army and other military branches


8 0
2 years ago
You have an image of building but there are people standing on the far left side. You would like to remove those people. Which t
love history [14]

Answer:

cropping tool

Explanation:

since the people are on the far left you can just crop the image

7 0
3 years ago
Other questions:
  • Leah is now in the Backstage view. Which option should she use to access a blank presentation? Info New Open Options
    7·1 answer
  • Write an if statement that prints the message “Application accepted” if the variable workExperience is greater than or equal to
    15·2 answers
  • Impanation stage contain ​
    10·1 answer
  • A newly opened law firm in Kirkland decides to create a small website that provides a brief introduction of the firm, its missio
    8·1 answer
  • What is the root of the tree?
    6·1 answer
  • 16. Which of the following wire gage sizes is the thickest? A. 14 B. 8 C. 0 D. -33
    14·1 answer
  • Is this free? do i have to pay to use this app??
    13·1 answer
  • You are finally at the stage of the software life cycle where you begin programming. What is this stage called?
    12·1 answer
  • The appropriate semaphore in C to give one more turn to writer so it can clean up IPC objects is WRITE_SEM. Is it true or false
    5·1 answer
  • Cyber vulnerabilities to dod systems may include
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!