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: NetBeans

Challenge: NetBeans

From the course: C++ IDE Overview

Start my 1-month free trial

Challenge: NetBeans

(whooshing) - [Instructor] Here is your first challenge. It is designed to give you more practice with the NetBeans IDE. Your challenge is to create a C++ application, run the program, and use a debugger to step through your code. This application will calculate the average test scores from a series of scores entered by the user. 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 for more scores until zero is entered, then display the number of test scores and their average. This challenge might take about 10 minutes to complete. This gives you time to create the project, enter the code, run it, and use the debugger. Have fun and good luck.

Contents