Explore Flipsnack. Transform boring PDFs into engaging digital flipbooks. Share, engage, and track performance in the same platform.
From magazines to catalogs or private internal documents, you can make any page-flip publication look stunning with Flipsnack.
Check out examples from our customers. Digital magazines, zines, ebooks, booklets, flyers & more.
Pre-made templates to create stunning publications in minutes
Here are eight reasons why you should consider choosing interactive, digital flipbooks instead of boring and static PDFs. Check them out!
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."=""><endl;=""> cout<"the="" first="" and="" second="" fibonacci="" numbers="" are="" 1."=""><endl;=""> cin>> input; while (input < 1)=""> { cout<"you="" must="" enter="" a="" value="" greater="" than="" 0,="" try="" again."=""><endl;=""> cin>> input; } if (input > 2) { for(int ; i < input;="" i++)=""> { ; ; + back2; } } cout<"the="" value="" of="" fibonacci="" number="""="">< input=""><"="" is="""="">< current=""><endl;=""> cin.ignore(2); return 0; } Part 2 – Black Box Testing A customer has requested a program be developed to meet the following criterion: 1. The program needs to convert from celcius temperatures to fahrenheit temperatures. 2. The user should be able to enter temperatures containing fractional degrees (ie. 12.3) 3. The converted temperatures should be accurate to within 1/10th of a degree. 4. The user should be able to enter the number of temperatures to be converted up to a maximum of 10. 5. The output should be tabular with each row including the input and converted temperature. Write a test plan to thoroughly test this program. The executable for this program is included in with this lab. You should have test cases which verify that the program does all of what is required in the problem specification above. You should also test to see how robust the program is, that is, how does it handle inputs outside the expected ranges. Document your test plan in a table. For each test case, document the expected program behavior and the actual program behavior. If the program does not behave according to your prediction, write a brief explanation of what the program did wrong.
The cookies we use on Flipsnack's website help us provide a better experience for you, track how our website is used, and show you relevant advertising. If you want to learn more about the cookies we're using, make sure to check our Cookie policy
We use essential cookies to make our site work for you. These allow you to navigate and operate on our website.
We use performance cookies to understand how you interact with our site.They help us understand what content is most valued and how visitors move around the site, helping us improve the service we offer you.
Please note that declining these cookies will disable the ability to communicate with Flipsnack support.
We use marketing cookies to deliver ads we think you'll like.They allow us to measure the effectiveness of the ads that are relevant for you.