answersLogoWhite

0


Best Answer

1 yard = 3 feet

12*3= #feet

36 feet

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a function rule to convert yards to feet use the function to calculate the number of feet in 12 yards?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


Program in 'c' to find the LCM of any given five numbers?

Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


2 Write a program to convert a 2-digit BCD number into hexadecimal?

WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL


How do you write and debug an HTML document with a javascript function named calculate that uses a prompt dialog box to read a number of hours worked and a prompt dialog box to read the rateper hour?

Pseudocode: function calculate() { var hours = prompt("Enter number of hours"); var rate = prompt("Enter rateper hour"); }


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


Write a program to calculate the area of a cylinder using a function?

give an example of calculation of mathematics


How do you convert a nemeric value to write in words?

To convert a numeric value to words, you can use programming languages or libraries that provide functions or methods for this purpose. For example, in Python, you can use the num2words library. Simply install the library (pip install num2words) and then use the num2words function to convert the numeric value to words.


Write algorithms and draw a corresponding flow chart to convert a decimal number to binary equiavalent?

Write algorithms and draw a corresponding flow chart to convert a decimal number to binary equivalent?


Write a C program to convert hexadecimal number into decimal number?

pongada punda vayanungala ..................


How do you write a function with a variable number of input elements in PHP?

When defining your function, do not put any arguments in the definition (e.g. function myFuntion()). Inside the function, you can use func_num_args() and func_get_arg($number) to get the function's arguments.


How do you write a program in C to convert capital letters into small letters?

Use the tolower() function in the C standard library.