Skip to content

This is a demo of how a program to register students for a particular course in school could look like using Java.

Notifications You must be signed in to change notification settings

GitauHarrison/demo-student-registration-program-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Student Registration

The goal with this sample project is to illustrate the use of basic data structures and algorithms in Java:

  • Variables
  • Data types
  • Arraylist
  • Methods
  • Constructors
  • Accessors
  • Loops
  • Conditional statements
  • Return statements
  • Operators in Java
  • In-built functions in Java such as Scanner, ArrayList

  • This is a sample logic that can be used to register a student in a school.
  • The concepts applied are in Java.
  • The output is on the terminal
  • Part of the logic is hard-coded to illustrate how the entire registration process could turn out
  • No database is used in this illustration

Usage

  • Clone this repo to your local machine

    $ git clone git@github.com:GitauHarrison/demo-student-registration-program-in-java.git
  • Move into the cloned directory

    $ cd demo-student-registration-program-in-java
  • Run the program

    // Depending on your IDE/text editor
  • You will see this: Program running in the terminal

  • Follow the prompts to test out the project

Areas of Improvement

  • Add GUI
  • Use a database

About

This is a demo of how a program to register students for a particular course in school could look like using Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages