Write a program that converts an english sentence/phrase to Pig Latin.
Pig Latin rules: move first letter to the end of the word, add the suffix “ay”
The program should prompt the user to enter a sentence/phrase until they enter “X” (upper or
lowercase) and translate each sentence/phrase into a pig latin sentence/phrase.
Step-by-step answers: 0
Other questions on the subject: Computers and Technology
C
Computers and Technology, 14.05.2020 18:33
how to factor to write an equivalent epression to 36a-16
Write a Python function named modCount that is given a positive integer, n, and a second positive integer, m = n, and returns how many numbers between 1 and n are evenly divisible by m.