answersLogoWhite

0


Best Answer

Volume: 312*5*112 = 174,720 cubic inches

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A rectangular prism has a length of 312 in. a width of 5 in. and a height of 112 in. What is the volume of the prism Enter your answer in the box.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the volume of a rectangular prism with a base area of 6 cm and a length of 7 cm with pi equals 3.14?

A base AREA cannot be 6 cm. Area is measured in square units of measure. If the base area is 6 cm2 then the volume is 6*7 = 42 cm3 and pi does not enter into the calculations at all.


Write a program to calculate the volume of cube cylinder and rectangular box using the concept of function overloading?

The following code demonstrates function overloading to calculate volumes of cubes, cylinders and rectangular boxes (cuboids).#include // required for input/output.#include // required for atan() function.using namespace std; // required for console input/output.// User-input control function (avoids garbage input).unsigned int GetNum( char * prompt ){int iResult = 0;cout iResult ) iResult < 0 ){cin.clear();cin.ignore( BUFSIZ, '\n' ); // If BUFSIZ not defined, use literal constant 512 instead.cout


How do you write a program in C plus plus to find volumn of a cuboid?

#include&lt;iostream.h&gt; void main() { int l,b,h,v; cout&lt;&lt;"Enter length "; cin&gt;&gt;l; cout&lt;&lt;"Enter breadth "; cin&gt;&gt;b; cout&lt;&lt;"Enter Height "; cin&gt;&gt;h; v=l*b*h; cout&lt;&lt;"Volume is "&lt;&lt;v; }


Design an algorithm that prompts the user to enter his or her height and stores the user's input in a variable name height?

int height; print("Enter height"); height=getString();


Algorithm that prompts a user to entre his or her height and store the user input in a variable height?

int height; print("Enter height"); height=getString();


What do you use to measure your mass?

I think it is used a massmeter. Instead, you can enter in a tank full of water, get out of the tank and measure the water left in it. Eureka ! +++ That tangle refers to measuring the volume of a body - a human one here, it seems - by displacement, not mass. You measure mass with a "balance" or "scales".


Using function create a program that will ask the user if he wants to compute the perimeter or the area of the triangle in your main program If the perimeter is wanted ask the measures of the three si?

//Perhaps this is what you want. //@author Rosencrantz import java.util.Scanner; class TriangleFun { public static void main(String[] args) { Scanner scan = new Scanner(System.in); boolean done = false; while(true) { System.out.print("Calculate AREA or PERIMETER? Type DONE to quit."); String input = scan.nextLine().trim(); if(input.equalsIgnoreCase("DONE")) break; if(input.equalsIgnoreCase("AREA")) { System.out.print("Enter the base length: "); double base = scan.nextDouble(); System.out.print("Enter the height: "); double height = scan.nextDouble(); System.out.println("Area is: " + (1/2.0) * base * height); } else { System.out.print("Enter length of side 1: "); double length1 = scan.nextDouble(); System.out.print("Enter length of side 2: "); double length2 = scan.nextDouble(); System.out.print("Enter length of side 3: "); double length3 = scan.nextDouble(); System.out.println("Perimeter is: " + (length1 + length2 + length3)); } scan.nextLine(); } } } //A better edited version is in the links


Design an algorithm that prompts the user to enter his or her height and stores the user's omit om a variable named height?

enter five feet eight inchies and store the input


What period does the large volume of blood enter the arteries?

diastole


How does the concept of simultaneity enter into the measurement of the length of an object?

I don't think it does.


Write a class box with the variable width depth and height and constructor to assigning the values for these variables and a method to find the volume of the box and also write the main program whic?

import java.util.*; class Box { int d; int w; int h; int c; public void Volume() { Scanner s = new Scanner(System.in); System.out.println(" Enter depth"); d=s.nextInt(); System.out.println("Enter widhth"); w=s.nextInt(); System.out.println("Enter height"); h=s.nextInt(); c=d*w*h; System.out.print("Volume of box :"+c); } public static void main(String ar[]) { int ch; Box o = new Box(); System.out.println("1. Voulume of box"); Scanner s3 = new Scanner(System.in); System.out.print("Enter ur choice"); ch = s3.nextInt(); switch(ch) { case 1: o.volume(); break; default: System.out.print(" Invalid choice"); break; } } }


How to calculate my baby's height percentile?

In calculating for your child's height, you may use a baby height percentile calculator. All you need to do, is enter the baby's birth date, gender and his or her actual height. The calculator will compute it automatically, and you will determine your baby's height percentile.