Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USE PYTHON Demonstrate the use of reading input from a file Demonstrate use of Boolean logic Demonstrate good program structure Write a program that reads

image text in transcribed

image text in transcribed

image text in transcribed

USE PYTHON

Demonstrate the use of reading input from a file Demonstrate use of Boolean logic Demonstrate good program structure Write a program that reads a text file (English.txt) and converts it into Pig Latin." Your program should use separate functions to identify whether 1. or 2. apply below. Translate English to Pig Latin by following these two simple rules: 1. If the word begins with a consonant or two consonants, then move the first consonant or the first two consonants to the end of the word and add "ay." For example, "dusty" becomes "usty-day" and "choice" becomes "oice-chay." 2. If the word begins with a vowel, then just add "yay to the end of the word, For example, "apple" becomes "apple-yay" and "orange" becomes "orange-yay." For example, the phrase The deepest shade of mushroom blue would have the following appearance in Pig Latin: ethay eepestday adeshay ofay ushroommay ueblay english_text To be or not to be that is the question Whether tis nobler in the mind to suffer The slings and arrows of outrageous fortune Or to take arms against a sea of troubles And by opposing end them

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

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

Students also viewed these Databases questions

Question

help asp

Answered: 1 week ago

Question

LO1.2 Describe the role of economic theory in economics.

Answered: 1 week ago