Skip to content

This repository contains a series of Java projects developed as weekly assignments for my university coursework. Each project demonstrates different aspects of Java programming, from quiz games and management systems to data processing applications. Explore the projects to see the code in action and learn about various Java concepts.

Notifications You must be signed in to change notification settings

Dev0psKing/My_University_Java_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My University Java Assignments

This repository contains the Java projects I did in my university this semester as assignments awarded by my Professor. in Computer Science Department, spanning across 8 weeks. Each week features a different project, demonstrating various Java programming skills and concepts.

Table of Contents

Week 1: Java Quiz Game

Welcome to the Java Quiz Game! This interactive console application tests your knowledge on various topics with a series of multiple-choice questions. It's a fun way to challenge yourself and learn new facts.

Read more

Week 2: Library Management System

Welcome to the Library Management System! This Java program allows you to manage a library's inventory by adding, borrowing, and returning books. It's a simple yet effective tool for keeping track of books in your library.

Read more

Week 3: Student Record Management System

This is a Java program that implements a simple Student Record Management System. It allows administrators to perform various operations on student records, such as adding new students, updating existing student information, and viewing the list of students.

Read more

Week 4: Stock Price Analysis

This Java program, StockPriceAnalysis, is designed to perform various analyses on a set of stock prices. It provides functionalities to calculate the average stock price, find the maximum stock price, determine the occurrence count of a specific price, and compute the cumulative sum of stock prices.

Read more

Week 5: Library Management System

Description This Java program is designed to manage a library's collection of books. It allows users to perform various tasks such as adding books, borrowing books, returning books, and exiting the program.

Read more

Week 6: Employee Processing Application

Overview The EmployeeProcessing application is designed to manage and process employee data. It allows users to input details for multiple employees, then perform various operations such as filtering based on age, calculating average salary, and generating lists of employee information.

Read more

Week 7: Employee Processing Application

Overview The EmployeeProcessing application is designed to manage and process employee data. It allows users to input details for multiple employees, then perform various operations such as filtering based on age, calculating average salary, and generating lists of employee information.

Read more

Week 8: Employee Management Application

Overview This Java application allows users to manage a list of employees by inputting their details, processing the data, and performing various operations such as filtering by age, concatenating name and department, and calculating the average salary. The application uses Java Streams and the Function interface to handle and process employee data efficiently.

Read more

This README.md file provides an overview of each project completed over the 8 weeks, with links to detailed documentation for each assignment.

About

This repository contains a series of Java projects developed as weekly assignments for my university coursework. Each project demonstrates different aspects of Java programming, from quiz games and management systems to data processing applications. Explore the projects to see the code in action and learn about various Java concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages