Introductory class to computer science. Learning the basics of the coding language C++ and how to effectively write programs and algorithms to solve certain problems. Also, learning parallel programming with teams to learn project management skills.

 

Here is an example of a project I made where the user can calculate their grade and have the computer output the total percentage and letter grade for them.

Here is another project where the user plays a game with the computer. The objective is to guess a number between 1 and 100. The computer will then tell you if you win or not. If not then it will tell you if you were too high or low then tell you to guess again.