Audio Engineering Certificate

FEC Logo

C++ Source Code

UCM Logo

Back

Alison Source Code

01

02

03

04

05

06

07

08

09

10

11

12

13

14

Instructor Examples

Loop Examples

This example is of 3 different ways to count from zero to 10. Can you do it differently/better?

Complex Loop

An example of how you could use looping to play the same loop of music in the round.

Find a "Secret Number"

This code will have you guess a number between 1 and 100 until you guess the right number.

Back