Question: QUESTION 2 Place the statements in order based on the stated business requirements below. Requirements: Write a program that calculates the volume of a fish

QUESTION 2
Place the statements in order based on the stated business requirements below.
Requirements:
Write a program that calculates the volume of a fish tank. The user should enter the varensions of the fish tank to calculate the volume of water and output it. The
following outout will be sent to the screen-- "Your fish take holds
cubic gallons of water"
var strinputWidth;
var strInputLength;
var numWidth;
var numLength;
var numHeight;
var numVolume;
var strVolume;
strinputWidth ="40"
strinputLength =10"
Number(numWidth)
Number(numLength) QUESTION 3
Place the statements in order based on the stated business requirements below.
Requirements:
Write a program that calculates the volume of a fish tank. The user should enter the varensions of the fish tank to calculate the volume of water and output it. The
following output will be sent to the screen-- "Your fish take holds___ cubic gallons of water"
var strinputWidth;
var strinputLength;
var numWidth;
var numLength;
var numHeight;
var numVolume;
var strVolume;
strInputWidth = txtTankWidth.value
strInputLength = txtTankLength.value
Number(numWidth)
Number(numLength)
QUESTION 2 Place the statements in order based on

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!