Computer Science, asked by rejiswami1234, 9 months ago

to write product of three numbers in Java​

Answers

Answered by Anonymous
1

Answer:

Heloo bro this is your answer.

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.product()

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.product()>>> Enter first number: 3.5.

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.product()>>> Enter first number: 3.5.>>> Enter second number: 7.

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.product()>>> Enter first number: 3.5.>>> Enter second number: 7.>>> Enter third number: 6.96.

If you have just integers and you are not expecting floating point numbers, you can simply do a type conversion to int.product()>>> Enter first number: 3.5.>>> Enter second number: 7.>>> Enter third number: 6.96.>>> 170.52.

related to mathematics....

hope this WILL HELP YOU MATE...✌

hope this WILL HELP YOU MATE...✌BE BRAINLY...✌

hope this WILL HELP YOU MATE...✌BE BRAINLY...✌FOLLOW ME GUYS❤❣️❤

hope this WILL HELP YOU MATE...✌BE BRAINLY...✌FOLLOW ME GUYS❤❣️❤........✌

Answered by YOSHINCHAN
0

//program to print product of three no.

class product

{

public static void main(int a;int b;int c)

{

int product=a*b*c;

Systen. out. println("product of three no. is "+product) ;

}

}

PLEASE MARK IT BRAINLIEST

Similar questions