Skip to content
View naxx09's full-sized avatar

Block or report naxx09

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. OMS OMS Public

    "Happy Home" - an Orphanage Management System - Business System Application course project

    Visual Basic 1

  2. TaxCalculator TaxCalculator Public

    Tax Calculator Develop a program that asks the user to enter a cost and either a country or state tax. It then returns the tax plus the total cost with tax.

    C#

  3. CoinFlipSim CoinFlipSim Public

    Write some code that simulates flipping a single coin however many times the user decides. the code should record the outcomes and count the number of tails and heads.

    C#

  4. FizzBuzz FizzBuzz Public

    Develop a program that prints the numbers from 1 to 100. For multiples of three print "Fizz" instead of the number and for multiples of five print "Buzz". For numbers which are multiples of both th…

    C#

  5. CountVowels CountVowels Public

    Develop a program that has the user enter a string. Your program counts the number of vowels in the text and prints it out. For added complexity, have it report a sum of each vowel found and its po…

  6. Find-Pi-to-the-Nth-Digit Find-Pi-to-the-Nth-Digit Public

    Develop a program that has the user enter a number. Your program should print out Pi up to that many decimal places.

    C#