identify and correct the errors in each
4-if (c => 7 ) { printf("C is equal to or less than 7\n"); } 5-firstNumber + secondNumber = sumOfNumbers 6-Printf("The value you entered is: %d\n, &value); 7- for (y = .1; y != 1.0; y += .1) printf("%f\n",y); 8- The following code should output the odd integers from 999 to 1: for (x = 999; x >= 1; x += 2) { printf("%d\n", x); } 9- while (y>0){ printf("%d\n", y); ++y; } 10-if(x=5) break;
identify and correct the errors in each
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am