identify and correct the errors in each

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

identify and correct the errors in each

Post by answerhappygod »

identify and correct the errors in each
Identify And Correct The Errors In Each 1
Identify And Correct The Errors In Each 1 (218.52 KiB) Viewed 30 times
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;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply