COMP 122 Lab 4 Lab Report and Source Cod
Purchase here
http://www.homeworkcourse.com/shop/comp-122-lab-4-lab-report-source-cod/
Product Description
COMP 122 Week 4 Lab Part 1
Part 1 of this week’s lab will give you an opportunity to use the debugging capabilities
of Visual Studio. Part 2 will present a problem for which you will need to create a test plan
and actually test an executable program to determine if it behaves correctly.Part 1 – Using the Debugger
To begin this exercise, create a VC++ project and copy the following code into your project. Make sure
that the project compiles successfully.
#include
using namespace std;
int main()
{
int input;
int , ;
int ;
cout< "enter="" which="" number="" in="" the="" fibonacci="" number="" sequence="" you="" want="" to="" find."="">
cout< "the="" first="" and="" second="" fibonacci="" numbers="" are="" 1."="">
cin>> input;
while (input < 1)="">