
Question 3: Identify and correct the-syntax and logical- errors in each of the following statements. (NOTE: There could
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 3: Identify and correct the-syntax and logical- errors in each of the following statements. (NOTE: There could
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)
