Skip to content
View Kaggiee's full-sized avatar

Block or report Kaggiee

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

Pinned Loading

  1. ToDoList ToDoList Public

    A simple to-do list application that allows users to add, remove, and view tasks. Part of my personal practice projects.

    Python

  2. FibonacciCalculator FibonacciCalculator Public

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

    Java

  3. RockPaperScissorsPython RockPaperScissorsPython Public

    A simple game where the user plays Rock, Paper, Scissors against the computer. Requirements: - The user selects rock, paper, or scissors - The computer makes a random choice - Compare choices and d…

    Python

  4. 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

  5. RestaurantBill RestaurantBill Public

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

    Java

  6. 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