answersLogoWhite

0

12c

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How would you write 136 divided by c?

To express 136 divided by ( c ), you would write it as ( \frac{136}{c} ). This notation indicates that 136 is being divided by the variable ( c ). Alternatively, you could also write it as ( 136 \div c ).


How would you write 12 of the number C?

12C


What does 12 equals p of c mean?

If we're talking strictly algebra. 12 equals p of c can be written as: 12= p(c) meaning, 12 is the answer for some function p, when c is the variable.


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


What does c x b mean?

The variable c times the variable b simply equals cb. Just as the variable x times the variable y would equal xy, and so on.


How do you write xy in c program?

Assuming that x and y are two variables, such as they might be in Algebra, and that the expression "xy" is meant to be the multiplication of x times y, you would write it as x * y This expression could be used with a third variable in an assignment statement, or as a condition in an if statement where it can be compared to another variable or a constant.


Can you write an equation that includes the keyword "quadratic"?

An example of a quadratic equation is ( ax2 bx c 0 ), where ( a ), ( b ), and ( c ) are constants and ( x ) is the variable.


How do you write 2n in C?

In C, you can write 2n by using the multiplication operator. If n is a variable of an integer type, you would write it as 2 * n. For example, if n is defined as an integer, you can define it as follows: int n = 5; // or any integer value int result = 2 * n; // result will be 10 if n is 5


How do you write the sum of 9 and c in an algebraic expression?

To write the sum of 9 and ( c ) in an algebraic expression, you simply combine the two terms using the addition symbol. The expression is written as ( 9 + c ). This indicates that 9 is being added to the variable ( c ).


How do you write an algebraic expression for the phrase the product of 15 and c?

To write an algebraic expression for the phrase "the product of 15 and c," you multiply the two quantities together. The expression can be written as ( 15c ). This indicates that you are taking 15 and multiplying it by the variable ( c ).


What is difference between C enum and C plus plus enum?

In C++, enum signifies a slightly stronger type than in C. For example, in C, one could write: enum Direction { UP, DOWN }; Direction d = 1; In C++, this would be illegal, only UP or DOWN can be assigned to a variable of type Direction, though there is still implicit casting to integer, so one could still write: int i = UP; Another difference has to do with the way variable are declared in general in C++. In C, once the enum was declared as above, declaring variables of type Direction would have to be done through the enum keyword, like this: enum Direction d = UP; In C++, the name "Direction" becomes a type in itself, so you can write: Direction d = UP;


How do you write 12 degrees below zero?

12 degrees below zero is written as -12°C.