#include stdio.hint main() { double a, b, product; printf("Enter two numbers: "); scanf("%lf %lf", &a, &b); product = a * b; printf("Product = %.2lf", product); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login