Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homework 2 ironschool #25

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

homework 2 ironschool #25

wants to merge 16 commits into from

Commits on Jun 20, 2024

  1. Created project

    elpezpr committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e755919 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Added Teacher class

    elpezpr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3e335b7 View commit details
    Browse the repository at this point in the history
  2. revised generateTeacherId

    elpezpr committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d07749a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add files via upload

    tica506 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3c56eb5 View commit details
    Browse the repository at this point in the history
  2. Created project

    elpezpr authored and tica506 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9e6a1f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9995ba View commit details
    Browse the repository at this point in the history
  4. Update Main.java

    tica506 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e25ca38 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Implemented Course class with enrollment management and profit calcul…

    …ation
    
    - Added Course class with attributes: courseId, name, price, moneyEarned, teacher, and enrolledStudents.
    - Included methods for enrolling and unenrolling students, calculating profit, and managing course details.
    - Provided getter and setter methods for accessing and modifying class variables.
    dez-the-developer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a291588 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/teacher-class'

    elpezpr committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    488effc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    53e8a53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from elpezpr/feature/student-class

    Feature/student class
    tica506 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    638909d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65834a5 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    tica506 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3808ad8 View commit details
    Browse the repository at this point in the history
  5. Update Course.java

    tica506 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5f11f8b View commit details
    Browse the repository at this point in the history
  6. Update Main.java

    tica506 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bb10b92 View commit details
    Browse the repository at this point in the history
  7. Update Student.java

    LuieTech authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8bac76f View commit details
    Browse the repository at this point in the history