answersLogoWhite

0

What else can I help you with?

Continue Learning about Geometry

Write a vb program to calculate the area of an triangle?

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".


How do you enter nCr on a TI 84?

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.


How do you calculate a pallet cube?

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 = ".


What is the slope of the line that contains the points -1 8 and 5 -4 Enter your answer as an integer?

-2


Unix shell program to find the roots of a quadratic equation?

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

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();


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


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


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

diastole


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; } } }


Where is the error in the following pseudocode Display enter the length of the room input length Declare Integer length?

The order of operations. Variables must be declared before they are used.


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.


Where can you enter to do a full length Iron Man race?

You have to quaifily first by doing a 70.3