Question: Problem #4. (20 points) Correct any errors you may find in the following program: 1. /* This is a debugging problem in Exam #1 /*

 Problem #4. (20 points) Correct any errors you may find in

Problem #4. (20 points) Correct any errors you may find in the following program: 1. /* This is a debugging problem in Exam #1 /* 2. #include ; 3. void MAIN(void); 4. { 5. integer a=0; 6. float b=0 7. printf(Please input two numbers: ); 8. scanf("%d%f", a, b); 9. printf("the value of a is %d ", &a); 10. printf("the value of b is %5.3f ", b); printf("the value of a/b is %f %d ", a/b). 11. 12.}

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!