Volume: 312*5*112 = 174,720 cubic inches
Sure thing, honey. Here's a VB program to calculate the area of a triangle: Module CalculateTriangleArea Sub Main() Dim base As Double = 5 Dim height As Double = 10 Dim area As Double = 0.5 * base * height Console.WriteLine("The area of the triangle is: " & area) End Sub End Module Just copy and paste this bad boy into your VB editor, adjust the base and height values as needed, and you'll have your triangle area faster than you can say "Betty White is a national treasure".
6nCr2 = First Enter the number 6 then Math Key, Enter Key Press Enter Key 3 times >>> to PRE Then choose number 3 for nCr Screen should show 6 nCr Then enter the number 2, then press enter key. Answer will be 15.
Most scientific calculators have a single key which looks like "x3" except that the 3 is in superscript. Others have "x-followed by a superscript picture of a square". In this case you would enter the number you want cubed, then this function key and then 3.On non-scientific calculators you can always do "number * number * number = ".
-2
echo "Enter a value: " read a echo "Enter a value: " read b echo "Enter a value: " read c x1= echo "scale=7; (-$b+sqrt($b^2-4*$a*$c))/(2*$a)"|bc' x2= echo "scale=7; (-$b-sqrt($b^2-4*$a*$c))/(2*$a)"|bc' echo $x1 echo $x2
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.
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
#include<iostream.h> void main() { int l,b,h,v; cout<<"Enter length "; cin>>l; cout<<"Enter breadth "; cin>>b; cout<<"Enter Height "; cin>>h; v=l*b*h; cout<<"Volume is "<<v; }
int height; print("Enter height"); height=getString();
int height; print("Enter height"); height=getString();
enter five feet eight inchies and store the input
//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
diastole
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; } } }
The order of operations. Variables must be declared before they are used.
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.
You have to quaifily first by doing a 70.3