Question: please de-bug the code and please list the issues that occured on each line. first picture is the general assignment description second is the actual

please de-bug the code and please list the issues that occured on each line.
first picture is the general assignment description
 please de-bug the code and please list the issues that occured
second is the actual code
Please use cygwin when writing!
on each line. first picture is the general assignment description second is

For this assignment, you will work to debug 10 simple C programs. The purpose of this assignment is to get you used to understanding the common mistakes that programmers make while writing C code. By exposing yourself early to common programming mistakes, and familiarizing yourself with errors, this will make you a better programmer. If your code is written correctly, you should be able to enter the command gcc problemn.co problemn.exe, and have it compile without errors. If your code runs correctly, you should then be able to enter the command./problemn.exe, and it will not complain or throw an error. Some programs will not return anything, and some will print to the terminal. This is an example of correctly running code: pame1@DESKTOP-QKCG18R -/Homework1 s gcc problemlo.c -o problem10.exe pame1@DESKTOP-QKC18R -/Homework1 $ ./problemlo.exe pame1@DESKTOP-QKCG18R -/Homeworki $ This is an example of an error: pameT@DESKTOP-QKCG1SR -/Homework 1 s gcc problem10.C -o problem10.exe problemio.c: In function 'main': problemlo.c:4:6: error: expected identifier or 'C' before numeric constant int 9; pame1@DESKTOP-QKCG18R -/Homeworki SI DELIVERABLES: Upload the 10 fixed homework problems to Blackboard. Also, include a document which describes the issues that occurred on each line in a file called comments.txt. If you worked with another student to #include int main() [ y = 5; return; 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!