Course Registration
Course Registration
AIM :
To develop a Java program that allows students to register for a course by providing their
details, selecting a course from available options, and displaying a registration summary,
including the fee structure.
ALGORITHM :
Program :
Output :
Registration Summary:
Number: 9876543210
Email: [email protected]
Marks in Maths: 85
Marks in Physics: 78
Marks in Chemistry: 90
Course: B.Tech
Registration successful!
APPLICATIONS:
1. Educational Institution
2. Corporate training programs
3. Online platform
4. Entrance preparation classes.
RESULT:
The program successfully collects user details, validates input, displays course options with
fees, and outputs a summary of the registration, confirming successful enrollment for a selected
course.