Skip to content

A few mini side projects that I have written over the last year.

Notifications You must be signed in to change notification settings

WunDaii/Mini-Side-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#About These are a few mini side projects that I've worked on, either as interview preparation, university work, or just in my spare time.

##Calculator (Java) A string calculator that takes a String as input and outputs its calculated result. I wrote this as a task for a placement application. Calculations supported include +, -, *, and /.

##ScoreDisplay (C++) Prints a scoring dashboard as text during a football match. Listed below are the valid inputs. ###Game Starts

Start: '<Name of Home Team>' vs. '<Name of Away Team>

Example:

Start: 'England' vs. 'Iceland ###Goal Scored

<minute> '<Team>' <name of scorer>

Example:

18 'Iceland' Sigthorsson

###Print Prints the current score and any goal scorers.

Example:

print displays:

England 0 vs. Iceland 1 (Sigthorsson 18')

About

A few mini side projects that I have written over the last year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors