Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is one of my challenge homeworks that i have to in Python, can you guys help me( it has to be in python) Program

This is one of my challenge homeworks that i have to in Python, can you guys help me( it has to be in python)image text in transcribed

Program 1: (Pig Latin) This program is meant to help give you practice with string manipulation. "Pig Latin" is a way of converting words in standard English to similar words that sound different. The rules for converting from standard words to Pig Latin are as follows: If a word starts with a consonant, move the consonants to the end of the word, and add "ay" to the end. . o e.g. "computer" becomes "omputercay" If a word starts with a vowel, add "yay" on to the end of the word. o e.g. "engineering" becomes "engineeringyay" Note: treat "y" as a vowel for this assignment. Write a program that repeatedly reads in a word from a user and converts it to Pig Latin. The program should continue reading words until the user enters "stop". Challenge: Try to write a program where, instead of just one word, the user enters an entire sentence, and all words in the sentence are converted to Pig Latin

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

7. Describe phases of multicultural identity development.

Answered: 1 week ago

Question

=+applying to all or most employers and employees?

Answered: 1 week ago

Question

=+associated with political parties and if so, which ones? Are

Answered: 1 week ago