Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crutchtheclutch/cmis-242-project-1
A project that requires reading data from a file, storing the data in an array, and carrying out various tasks with said data.
https://github.com/crutchtheclutch/cmis-242-project-1
Last synced: 13 days ago
JSON representation
A project that requires reading data from a file, storing the data in an array, and carrying out various tasks with said data.
- Host: GitHub
- URL: https://github.com/crutchtheclutch/cmis-242-project-1
- Owner: CrutchTheClutch
- Created: 2017-07-29T10:34:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T09:38:07.000Z (over 6 years ago)
- Last Synced: 2024-12-07T11:42:24.626Z (about 2 months ago)
- Language: Java
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMIS-242-Project-1
#### A project that requires reading data from a file, storing the data in an array, and carrying out various tasks with said data.Reads a txt file of Employee data and puts the data into one of two arrays. There is an array for 2014 data, and one for 2015 data. Then, prints out both arrays, as well as the average salaries for each year.
---
###### This project was assigned while attending University of Maryland University College (UMUC)
--->
Intermediate Programming
>CMIS 242
>Further study of the Java programming language. The objective is to design, implement, test, debug, and document Java programs, using appropriate development tools. Topics include object-oriented design, event-driven programming, exceptions, recursion, arrays, and data structures.