Skip to content
View preahs's full-sized avatar

Block or report preahs

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. RockPaperScissorsJava RockPaperScissorsJava Public

    This program will set up a simple two player game where the player 1 chooses Rock, Paper, or Scissors, then player 2 makes a choice, and then the winner is determined using switch statements and co…

    Java

  2. RestaurantBill RestaurantBill Public

    This program calculates the tax and tip on a restaurant bill.

    Java

  3. SlotMachine SlotMachine Public

    This program uses Random to simulate a slot machine, which is a gambling device where the user inserts money into and then pulls a lever (or presses a button). The slot machine then displays a set …

    Java

  4. Calculator Calculator Public

    A basic calculator program that can perform addition, subtraction, multiplication, and division operations.

    Java

  5. FibonacciCalculator FibonacciCalculator Public

    This program calculates the Fibonacci sequence up to a specified term using iteration (without recursion).

    Java

  6. Fundraiser Fundraiser Public

    Implements Fundraiser class for the purpose of learning classes. A Fundraiser object is created with a parameter representing a target amount of money to be raised. The Fundraiser class supports ad…

    Java