answersLogoWhite

0

int i=10, j=5, k; k=i*j; // k = 10 * 5 = 50

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write 2 as the product of 3 numbers?

2/3 = 0.6666666667 multiply this by 3


Could you Write a program for 8086 microprocessor that displays on the monitor the average of 2 numbers from an array?

How to write a program for mouse in microprocessor?


How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers


How do you write a power as a product of the same factor?

You have to add the two numbers together then multiply it by 2.


Write a java script program to print first ten odd natural numbers in C?

Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.


Can you multiply 2 consecutive numbers together?

You can multiply any numbers together.


What are the even numbers below 100?

The get a list of all even numbers, write the number 2, then slip the next number (3) and write the number 4. Continue by skipping every other number, which will be the odd numbers. Alternatively, write a consecutive list of all of the numbers from 1 to 50, then multiply each one by 2. The products are all of the multiples of 2, which are even numbers.


How do i write a fraction with a denominator of 16 equivalent to 3 over 8?

Multiply both numbers by 2. 3/8 = 6/16


When multiply two negative numbers the answer is?

When you multiply 2 negative numbers the answer will be positive, ALWAYS


Q2 Write a program to print even numbers between 10 and 50?

You can use int i; for (i = 10; i <= 50; i += 2) {//print i} as a program to print even numbers between 10 and 50.


What two numbers multiply to 224?

112 and 2 are 2 numbers


What is the name of the two number you multiply together?

Factors. example: 2 x 2 = 4 there, 2 and 2 are the 2 numbers you multiply, factors are the numbers you multiply together. It can be more that 2 factors.