From the course: C++ IDE Overview

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Visual Studio

Challenge: Visual Studio

From the course: C++ IDE Overview

Start my 1-month free trial

Challenge: Visual Studio

- [Instructor] Let's test your Visual Studio knowledge with a challenge. Your challenge is create a C++ application, run it, and use a debugger to step through your code all in Visual Studio. The program should ask the user to enter a test score. The entered test score should be converted from a string to a double. Continue prompting the user until zero is entered. Then display the number of scores entered and the average of the scores. Give yourself ten minutes or so to complete this challenge. That should be enough time to create the project, write the program, run it, and use a debugger. Try to have fun, and good luck.

Contents