Question: C programming i try to make calculator for just summmation: please could you check what is wrong with my could. #include int main() { float

C programming

i try to make calculator for just summmation: please could you check what is wrong with my could.

#include int main()

{ float x,y; printf("enter value of x="); scanf("%f ", &x); printf("enter value of y="); scanf("%f ", &y); printf("the given value %.2f and %.2f is %2f"", x, y, x+y");

return 0; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!