Skip to content

This is to check if someone is of legal age for NB, Canada. There are 3 options: underage, legal age, and still going.

License

Notifications You must be signed in to change notification settings

kzefram/LegalAge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LegalAge

Description

This was created as part of my course assignments while taking 'Introduction to Coding - C#' at NBCC-Saint John. I made it the legal age for my daughter to play with because she is always asking if she's old enough. I had a lot of fun creating this application.

There are 3 options: underage, legal age, and still going.

Table of Contents

Installation

  1. First you must create a fork for this repository:

In GitHub, click on the fork button in between the Unwatch and Star buttons

  1. Grab your SSH clone address:

Click on the green '<> Code' button and make sure you are in the local tab and SSH. Copy the address that it shows there

  1. In Git Bash, copy and paste the following code to clone the repository on your local machine:

git clone 'your-clone-address'

  1. The go into that folder:

cd 'folder-name'

  1. Then make sure you are the main branch:

git checkout main

  1. The open the code:

code .

  1. Run the program:

Click on the run/play button in the upper right hand corner of VSCode

Usage

This is to demostrate the understanding of the objects/componets of programming in C#. You can play around to see how it works.

Credits

Karen Bourgeois

License

MIT License?

Badges

https://github.com/users/kzefram/achievements/quickdraw

https://github.com/users/kzefram/achievements/pull-shark

https://github.com/users/kzefram/achievements/yolo

Features

There are 3 options: underage, legal age, and still going.

How to Contribute

Please feel free to create an issue if there is something that isn't functioning or there is an error in the text.

Tests

N/A

About

This is to check if someone is of legal age for NB, Canada. There are 3 options: underage, legal age, and still going.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages