ITCS 1212L Chapter Notes -Object File, Moodle

55 views4 pages
25 Jan 2016
School

Document Summary

1- answer these questions based on what you leant in lab lesson and lab practices: what is the name of the compiler we are using in the lab, what is the name of the ide (integrated development. Check for syntax errors and create the object file. Syntax error means that there is an error in the program structure. cpp: write an algorithm that gets 3 inputs a, b and c from user, calculates the following formula and prints the result on screen, d = (a + b)/(c - 2) D = (a + b) / (c 2); cout << the answer is: << d << endl; return 0 : the following program is supposed to calculate half of the number that user chooses as input. Inspect the code and identify the errors in addition also fix the error. // this program will calculate half of the input number. The user will be prompted to enter both numbers: inspect the program.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents