answersLogoWhite

0

Divide 215 by 12=17 feet 11 inches

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does 166 break down int using feet and inches?

166 inches = 13 ft 10 in


How many feet is in 4064 centimeters?

Well in (int.) feet: 133.333333536. Where as in (US s.) feet: 133.333065312


Write C plus plus program to let the user input the value of Inches Calculate the centimeters and feet values corresponding to the input value where 1 Inch equals 2.54 cm 1 Feet equals 12 Inch?

#include<iostream> int main() { double inches; std::cin >> inches; double feet = inches * 12; double cm = inches * 2.54; std::cout << inches << " inches is " << cm << " cm or " << feet << " feet.\n"; }


How tall if 219 inches?

5562.6mm 556.26cm 5.5626m 0.005475km 18.249927 feet(int.) 18.249927 feet(US) 0.003504 miles 0.003066 naut.miles 6.083382 yards


How do I write a program that inputs the length of two pieces of fabric in feet and inches as whole numbers and prints the total?

#include <stdio.h> int main (void) { unsigned f1, i1, f2, i2; scanf ("Enter the 1st length in feet and inches: %u%u", f1, i1); scanf ("Enter the 2nd length in feet and inches: %u%u", f2, i2); unsigned inches = i1 + i2 + (12 * (f1 + f2)); // sum the inches (convert feet to inches) unsigned feet = inches / 12; // convert inches to feet inches %= 12; // determine the remaining inches printf ("The total length is %u feet %u inches.\n", feet, inches); return 0; }


1160 Millimetre is equal to how many feet?

1160mm=3.805774284feet(int.) or 3.805766628(US s.)


How many lbs of water fit int 320 square feet?

Square feet is an area and pounds are a weight. There is no direct conversion between the two.


How many pieces of wire 6 inches long can be cut from a 76 inch piece of wire?

The answer is int(76/6), the integer value of the fraction. This is 12.


How much is 430 square feet int yards?

Total square yards: 47.78


How many pentominoes in a 29 by 13 rectangle?

Int(29*13/5) = int(377/5) = int(75.4) = 75


How many bar is 200 meters?

0.65616798 feet (int.) Or 0.65616666 feet (US) Direct Conversion Formula 200 m* 1 ft 0.3048 m = 656.167979 ft


How many bits are in a int?

32