From the course: C++ IDE Overview

Unlock the full course today

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

Challenge: Eclipse

Challenge: Eclipse

From the course: C++ IDE Overview

Start my 1-month free trial

Challenge: Eclipse

(swooshing) - [Instructor] Let's see how comfortable you are using Eclipse with a challenge. Your challenge is to create a C++ application, run it, and use the debugger to step through your code. The program should ask the user to enter a test score. The entered scores 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 10 or 15 minutes to complete this challenge. This should be enough time to create the project, write the program, run it, and use the debugger. Good luck.

Contents