COMP 122 Course / tutorialrank

COMP 122 Course / tutorialrank

COMP 122 Lab 6 Lab Report and Source Code

For more course tutorials visit

www.tutorialrank.com

Tutorial Purchased: 2 Times, Rating: A
Most of your test cases do not need to contain lots of values. Make sure to include incorrect inputs such as negative grade values. Calculate what your mean and median values should be for your test cases. Document your test cases in a Word document. Run your test cases with your program to see if your program generates the expected output. If not, troubleshoot your program and fix the problem. When your program executes a test case correctly, take a screen shot of the program output and paste it into your Word document to prove that your test case executed correctly with your program. Make sure that your code is properly formatted! You also need to make sure you include a comment block for each function which documents the purpose, inputs, and outputs of each function!
Create a program using Visual C++.Net. Make sure to capture a screen shot of your program running your test cases! The best way to do this is to click on the console window you want to capture and then press the Alt and PrintScreen keys at the same time. Then paste your captured screen image into your Word document. Your Word document should contain your test cases, the screen shots documenting your test cases, followed by a copy of your source code.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
COMP 122 Lab 5 Lab Report and Source Code

For more course tutorials visit

www.tutorialrank.com

Tutorial Purchased: 2 Times, Rating: A+
2.1. Inputs that create tables with various numbers of rows
2.2. At least one temperature that calculates to an exact whole number of degrees (e.g., 0 degrees degrees F).
2.3. Negative starting and ending temperatures.
2.4. At least one temperature that calculates to a...

Similar Essays