Skip to content
View nililonga's full-sized avatar
  • 1991

Highlights

  • Pro
Block or Report

Block or report nililonga

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

  1. Lab1Part1 Lab1Part1 Public

    GC-Lab1-1: C# Console App that takes in two pieces of user provided numbers and checks to see if the lengths are equal.

    C#

  2. Lab1Part2 Lab1Part2 Public

    GC-Lab 1-2: C# Console App that takes in two pieces of time from user (both date and time) and calculates the difference. I use the DateTime structure to parse the user input and calculate the diff…

    C#

  3. Lab2RoomCalculator1 Lab2RoomCalculator1 Public

    Lab 2: C# Console App that takes in length, width, and height as user input. The program then uses the user information to calculate the area, perimeter, and volume. A do while loop is used to all…

    C#

  4. Lab3EvenOdd Lab3EvenOdd Public

    Lab 3: C# Console App which prompts the user to enter an integer between 1 and 100 and then prints whether the user input was an even or odd number. If/Else statements are used to take different ac…

    C#

  5. LabNumber4 LabNumber4 Public

    GC-Lab 4: C# Console App prompts user to enter an integer then uses series of conditional statements to confirm the letter grade entered and validity of the users input.

    C#

  6. Lab6Dice Lab6Dice Public

    GC-Lab 6: C# Console App uses static methods to implement the random generator which then displays the results of the dice roll after user agrees to roll dice. The application also uses a series of…

    C#