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

Challenge: CodeLite

From the course: C++ IDE Overview

Start my 1-month free trial

Challenge: CodeLite

(swooshing) - [Instructor] Here is a challenge for you. It is designed to get you more comfortable with CodeLite. Your challenge is to create a C++ application, run it, and use the debugger to step through it. The program asks 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 their average. This challenge should take more or less 10 minutes to finish. This gives you enough time to create the project, enter the program, run it, and use the debugger. Good luck.

Contents