Computer Science, asked by gaurav111224, 9 months ago

Write a program to multiply two numbers entered by the user​

Answers

Answered by palakbehune
1

Answer:

Program to Multiply Two Numbers. In this program, the user is asked to enter two numbers which are stored in variables a and b respectively. 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 .

hope it helps

Similar questions