-
Calculate The Greatest Common Divisor Of Two Integers - C++
A small C++ function to calculate the greatest common divisor between two integers given by user inputs.
-
Calculate And Compare Different Compensation Schemes - C++
Calculate the weekly pay comparing three different compensation schemes depending on user input - C++
-
String Manipulation - C++
A small program, created as an excercise to better understand string manipulation in C++
-
A Guessing Game Written In C++
A guessing game on the command line using user input.
-
Simple Output Exercise - C++
A small program, created as an excercise to better understand how output works in C++