Pinned Repositories
Bank-Account
Simple GUI bank account
Customer-Data
Demonstrates Overloaded constructor with Customer inheriting Person
DPR-QUIZ-ALGOS
Algorithm Quiz 1
DPR212-Day-1
This will be an example code project from day one of DPR212
Game
GameCanvas
Basically an empty frame with rendering ready to add objects/sprites. A blank slate for game development.
Generic-High-Low
A generic class which takes and array of objects of type parameter implements comparable, and returns the highest and lowest values in the array.
GradedActivity
Uses Inheritance to calculate a grade for an essay based on scores on a rubric.
Group-Project
IO-Read-Write-
Writes and reads arrays of integers to a binary file.
ScarletFire18's Repositories
ScarletFire18/Bank-Account
Simple GUI bank account
ScarletFire18/Customer-Data
Demonstrates Overloaded constructor with Customer inheriting Person
ScarletFire18/DPR-QUIZ-ALGOS
Algorithm Quiz 1
ScarletFire18/DPR212-Day-1
This will be an example code project from day one of DPR212
ScarletFire18/Game
ScarletFire18/GameCanvas
Basically an empty frame with rendering ready to add objects/sprites. A blank slate for game development.
ScarletFire18/Generic-High-Low
A generic class which takes and array of objects of type parameter implements comparable, and returns the highest and lowest values in the array.
ScarletFire18/GradedActivity
Uses Inheritance to calculate a grade for an essay based on scores on a rubric.
ScarletFire18/Group-Project
ScarletFire18/IO-Read-Write-
Writes and reads arrays of integers to a binary file.
ScarletFire18/OOP-Lesson
OOP Lesson
ScarletFire18/PlatformGame
(Under Construction) - This will be a Mario type game
ScarletFire18/Random-Programs
Assortment of higher level programs
ScarletFire18/Seans_Pub_POS_System_GUI_Application
This application is a POS, or point of sale system, designed to enable restaurant or bar staff to be able to input orders, and calculate a subtotal, add tax, and get the total for the sale.
ScarletFire18/SeansPub
This is a simple demo of a gui application using Angular/Ionic
ScarletFire18/SearchableList
Searches by last name through an array of Game Of Thrones Characters
ScarletFire18/Simple-Programs