-
TRL Software
- United Kingdom
Popular repositories Loading
-
udemy-training
udemy-training PublicA 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#
-
console-calculator
console-calculator PublicA 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#
-
my-first-mad-libs
my-first-mad-libs PublicA 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#
-
eligabilty-checker
eligabilty-checker PublicA 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#
-
guess-the-number
guess-the-number PublicA 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#
-
multiplication-table
multiplication-table PublicA 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#
If the problem persists, check the GitHub status page or contact support.