资 源 简 介
An English to Pig-Latin converter I wrote in third grade for a 4H project. Written in C#.
It parses a string into separate words, lowers the case of all characters, and moves the first letter of the word to the end and adds "ay" behind it.
It was a simple exercise to practice "Foreach" loops and string arrays.