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

Challenge: Xcode

From the course: C++ IDE Overview

Start my 1-month free trial

Challenge: Xcode

- [Instructor] Let's test your knowledge of Xcode 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 their average score. Give yourself 10 minutes or so to complete this challenge. This should be enough time to create the project, write the program, run it, and use the debugger. Try to have fun and good luck.

Contents