Question 3: Identify and correct the-syntax and logical- errors in each of the following statements. (NOTE: There could
Posted: Mon Jun 06, 2022 2:31 pm
Question 3: Identify and correct the-syntax and logical- errors in each of the following statements. (NOTE: There could be more than on error) 1) float numberl, number2; scanf("%d%d", number1, number2); int x=129;y=323, z; z=x+y; Printf("The sum of %d and %d is
+y ",x,y, z); 3) int x=5, y=5,r; x*x + y*y= x; I 2)
