Popular repositories Loading
-
ClassDiscountCalc
ClassDiscountCalc PublicThis is a discount calculator that determines the original price and the final discounted price- after all sales and tax have been applied.
C++
-
StructDiscountCalc
StructDiscountCalc PublicThis is a discount calculator that determines the original price and the final discounted price- after all sales and tax have been applied. Using a header that contains a struct
C++
-
Recursive-Binary-Search
Recursive-Binary-Search PublicSearches an array for a target using recursion. The size of the array is cut each time it fails to find the target. Template is used so that it can search different types such as int, double, float…
C++
-
-
DetectingUserInput
DetectingUserInput PublicThis program asks the user to enter in something and determines whether it is a number (positive, negative, or 0), single character, or a string.
C++
-
SimpleCalculator
SimpleCalculator PublicThis program asks the user to make a selection from a menu (addition, subtraction, multiplication, or division) and calculates. The program loops until the user chooses to quit.
C++
If the problem persists, check the GitHub status page or contact support.