Skip to content
View Veriara's full-sized avatar

Block or report Veriara

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. Reverse-a-String Reverse-a-String Public

    A very basic program that takes a user-entered string and prints the reversed version out to the console.

    C#

  2. FizzBuzz FizzBuzz Public

    A program that prints the number range specified in the code and displays "Fizz" instead of the number if it is a multiple of 3, "Buzz" for multiples of 5, and "FizzBuzz" for multiples of both 3 an…

    C#

  3. Pig-Latin Pig-Latin Public

    A console program that translates a user-input word into Pig Latin.

    C#

  4. Check-if-Palindrome Check-if-Palindrome Public

    A simple program that takes user input and checks if it is a palindrome.

    C#

  5. Count-Vowels Count-Vowels Public

    A very simple program that counts the vowels in a user's string.

    C#

  6. Count-Words Count-Words Public

    A simple program that counts the words in a string.

    C#