Skip to content
View brianr852's full-sized avatar

Block or report brianr852

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. Pokemon-Database Pokemon-Database Public

    Mysql Relational of 722 pokemon. 14 Tables 5 views 12 stored procedures

    Java 61 16

  2. InterestRate InterestRate Public

    Calculates the interest rate given the amount of money and interest in 5,10 and 20 years.

    Java

  3. Quadratic-Equation Quadratic-Equation Public

    This program solves a quadratic equation given variables a, b, and c.

    Java

  4. Valid-Binary Valid-Binary Public

    This program prompts the user for a binary number. If it is not a binary number, it is rejected. If it is a binary number, it is further investigated if it contains at least 3 consecutive 1s. If no…

    Java

  5. Vending-Machine Vending-Machine Public

    This program simulates a vending machine.

    Java

  6. Bank-Account Bank-Account Public

    This program investigates the money deposited in two bank accounts (checking and savings) and determines if it meets the minimum balance. It then determines if a fee or interest on the account is due.

    Java