COMP 122 Lab 1 Lab Report and Source Code COMP 122 Lab 1 Lab Report and Source Code

COMP 122 Lab 1 Lab Report and Source Code Click Below Link To Purchase www.foxtutor.com/product/comp-122-lab-1-lab-report-and-source- code COMP 122 Week 1 iLab - Part 1 Follow the instructions in COMP 122_W1_iLab_Part1_instructions.docx. COMP 122 Week 1 iLab - Part 2 Complete the following two programs: Programming Problem 1 John wants to know the values of the area and perimeter of a rectangle. John can take measurements of the length and width of the rectangle in inches. John's measurements are expected to be accurate to within 0.1 inch. 1. Identify the inputs and outputs of the problem. 2. Identify the processing needed to convert the inputs to the outputs. 3. Design an algorithm in pseudo code to solve the problem. Make sure to include steps to get each input and to report each output. 5. Write the program to implement your algorithm. Test your program using your test cases. Did your program produce the values predicted in your test cases? Explain.