Skip to content
View meltingpt's full-sized avatar

Block or report meltingpt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. ClassDiscountCalc ClassDiscountCalc Public

    This is a discount calculator that determines the original price and the final discounted price- after all sales and tax have been applied.

    C++

  2. StructDiscountCalc StructDiscountCalc Public

    This 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++

  3. Recursive-Binary-Search Recursive-Binary-Search Public

    Searches 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++

  4. ChangeInCoins ChangeInCoins Public

    Calculates change in coins

    C++

  5. DetectingUserInput DetectingUserInput Public

    This 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++

  6. SimpleCalculator SimpleCalculator Public

    This 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++