Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmis-141-project-4
A project that introduces concepts such as reading data from a file, getters, and setters, as well as more in-depth OOP practices.
https://github.com/crutchtheclutch/cmis-141-project-4
Last synced: about 1 month ago
JSON representation
A project that introduces concepts such as reading data from a file, getters, and setters, as well as more in-depth OOP practices.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmis-141-project-4
- Owner: CrutchTheClutch
- Created: 2017-07-28T05:02:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T09:36:13.000Z (over 6 years ago)
- Last Synced: 2024-10-23T12:00:17.323Z (3 months ago)
- Language: Java
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMIS-141-Project-4
#### A project that introduces concepts such as reading data from a file, getters, and setters, as well as more in-depth OOP practicesReads in data from a text file with information about the Titanic. Then, processes that data to gather various statistics about the Titanic.
_Note: To run this project succsefully, you must use the commandline argument of "Titanic.txt". This allows the program to find the file correctly, this was a requirement for the project._
---
###### This project was assigned while attending University of Maryland University College (UMUC)
--->
Introductory Programming
>CMIS 141
>A study of structured and object-oriented programming using the Java language. The goal is to design, implement, test, debug, and document Java programs, using appropriate development tools. Projects require use of algorithms, simple data structures, and object-oriented concepts.