Computer Science, asked by expressionQueen2020, 7 months ago

2. Write a C program to read two numbers and find the product.​

Answers

Answered by ghazala162004
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 aayushdevre11
2

hope it helps you..........

Attachments:
Similar questions