Popular repositories Loading
-
TaxCalculator
TaxCalculator PublicTax 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#
-
CoinFlipSim
CoinFlipSim PublicWrite 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#
-
FizzBuzz
FizzBuzz PublicDevelop 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#
-
CountVowels
CountVowels PublicDevelop 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…
-
Find-Pi-to-the-Nth-Digit
Find-Pi-to-the-Nth-Digit PublicDevelop a program that has the user enter a number. Your program should print out Pi up to that many decimal places.
C#
If the problem persists, check the GitHub status page or contact support.