My solutions for the lab works of a university Java programming course.
Fundamentals of Programming - Java was one of the courses I took during my studies in University of Malaya, Malaysia under the Faculty of Computer Science and Information Technology. This repository consists of my solutions on the labaratories of the course as of December 2018. You may refer them at your own discretion.
- L01 Getting Started with Java
- L02 Java Fundamentals
- L03 Flow of Control (Selection)
- L04 Flow of Control (Repetition)
- L05 Arrays
- L06 Java Methods
- L07 File Input and Output
- L08 Class
- L09 Inheritance
- L10 Polymorphism
- Viva1
- Viva2
- Viva3
- Questions for each lab can be found in the
Lab(number).pdf
file of each folder. - Additional data or input/ouput files in the form of
.txt
or.dat
for each lab are included in their respective folders.
- Please refer to CONTRIBUTE.md for details. 😍
Fundamentals of Programming - Java is licensed under the MIT license.