2. Write a C program to read two numbers and find the product.
Answers
Answered by
1
Answer:
hhii
Explanation:
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( ) .
hope it helps u ✌️❤️❤️
Answered by
2
hope it helps you..........
Attachments:
Similar questions