A program to find the product of 5,7,12 using variable
Answers
Answered by
12
- Write a java program to find the product of 5, 7 and 12 using variable.
class Program
{
public static void main()
{
int p;
p=5*7*12;
System.out.println("Product is:- "+p);
}
}
Similar questions
English,
3 months ago
Social Sciences,
3 months ago
Business Studies,
3 months ago
Music,
7 months ago
Art,
11 months ago
Math,
11 months ago
English,
11 months ago