Skip to content
View Griffa87's full-sized avatar
  • TRL Software
  • United Kingdom

Block or report Griffa87

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. udemy-training udemy-training Public

    A collection of C# exercises that I have completed for my Udemy course. The course has helped me learn and understand the fundamentals of this programming language.

    C#

  2. console-calculator console-calculator Public

    A simple calculator to demonstrate taking a users input. The user is then offered four choices which are handled by a switch statement. Basic mathematical calculations are also shown with the abili…

    C#

  3. my-first-mad-libs my-first-mad-libs Public

    A simple program I created to demonstrate the use of interpolation. I also made use of custom methods that are called in Main when required. When requiring numerical input from the user, the progra…

    C#

  4. eligabilty-checker eligabilty-checker Public

    A simple program to test for eligibility against some predefined criteria. Demonstrates the use of user input and compound boolean expressions to evaluate the return. Thread timers were also used t…

    C#

  5. guess-the-number guess-the-number Public

    A simple program that generates a number and allows the user to guess it. Prompts of 'higher' or 'lower' are provided after each input. Use of the class Random are shown, as well as Boolean logic w…

    C#

  6. multiplication-table multiplication-table Public

    A simple program that takes a users input and outputs the multiplication table up to the value of 10 x n. Demonstrates the use of a for loop and interpolation, it also includes a while loop to prov…

    C#