write a program to calculate the multiplication of two numbers
Answers
Answered by
1
Answer:
Program to Multiply Two Numbers
printf("Enter two numbers: "); scanf("%lf %lf", &a, &b); Then, the product of a and b is evaluated and the result is stored in product . product = a * b; Finally, product is displayed on the screen using printf( ) .
Explanation:
i think this answer is helpful to you ☺️
Similar questions
Social Sciences,
2 months ago
Hindi,
2 months ago
Math,
4 months ago
Political Science,
4 months ago
English,
11 months ago
Science,
11 months ago
Physics,
11 months ago