Skip to content
View joellos's full-sized avatar

Highlights

  • Pro

Block or report joellos

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 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. OOP-Circle OOP-Circle Public

    I created a Circle class with a constructor for the radius and a GetArea() method to calculate the area using Math.PI. I then calculated the area for circles with radii 5 and 6.

    C# 1

  2. Lab-uppgift-6-OOP-Arv-Joel Lab-uppgift-6-OOP-Arv-Joel Public

    I implemented a base class Animal with shared properties and methods, then created subclasses for different animals, each with unique attributes and a makeSound() method. I also demonstrated multi-…

    C# 1

  3. SchoolSystemAB-Joel SchoolSystemAB-Joel Public

    C# 1

  4. oop-hotel oop-hotel Public

    I created a hotel booking system using a HotelBooking class to manage guest details, stay dates, and total cost. I also developed a Person class to store guest information separately for better org…

    C#

  5. Lab-uppgift-7-OOP-Generic-Joel Lab-uppgift-7-OOP-Generic-Joel Public

    I created an Employee class and used a Stack to manage objects with Push(), Pop(), and Peek(). Then, I used a List to store the objects and applied methods like Contains(), Find(), and FindAll() to…

    C#

  6. SchoolSystemIndividual SchoolSystemIndividual Public

    Program that simulates an school database using SQL and C#.

    C#