Question: 7. In the following program there are some syntax errors. Find the errors and write their correct forms (10 p) #include 1 I 2

7. In the following program there are some syntax errors. Find the 

7. In the following program there are some syntax errors. Find the errors and write their correct forms (10 p) #include 1 I 2 void main() 38( 4 5 6 7 int a,b; float m n; scanf("%d%d",a,b); 567 (m+n) = a+b; printf("%f ", m); if(a < b < 5 ) 9 10 11 12 13 14 15 16 17 } printf("a and b less than 5 "); printf("either a or b greater than 5 "); while( m 0 ) else printf("%f", m); m=m+1; ypressions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Based on the image youve provided it looks like the task is to correct syntax errors in the given C ... View full answer

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 Programming Questions!