Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Using Python version 2.7, design a program that prompts the user to enter a string.The program should then display the number of vowels and the number of consonants in the string. I am absolutely lost and don't even know how to start, any assistance would be appreciated.
I will also provide the pseudocode that was provided by the teacher, if it helps at all:
// main moduleModule main() // Variables Declare String str Declare Integer index Declare Integer vowels = 0 Declare Integer consonants = 0 // Get input from the user. Display "Enter a string." Input str
// Scan the string counting vowels and consonants. For index = 0 To length(str) - 1 If isVowel(str(index)) Then Set vowels = vowels + 1 Else If isConsonant(str(index)) Then Set consonants = consonants + 1 End If End For // Display the results. Display "Vowels: " , vowels Display "Consonants: " , consonantsEnd Module// The isVowel function returns True if the argument// is a vowel, or False otherwise.Function Boolean isVowel(String ch) Declare Boolean status // Flag // Convert the argument to uppercase. ch = toUpper(ch) // Is ch a vowel? If ch == "A" OR ch == "E" OR ch == "I" OR ch == "O" OR ch == "U" Then Set status = True Else Set status = False End If Return statusEnd Function// The isConsonant function returns True if the argument// is a consonant, or False otherwise.Function Boolean isConsonant(String ch) Declare Boolean status // Flag // Is ch a letter? If isLetter(ch) Then // Is ch not a vowel? If NOT isVowel(ch) Then Set status = True Else Set status = False End If Else Set status = False End If Return statusEnd Function
identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:
Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..
Assignment : Cores on Computer Systems: Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.
Prepare working solutions in Excel that will manage the annual budget
Research paper in relation to a Software Design related topic
Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.
Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)
Evaluate the cost of materials
Depending on how comfortable you are with using the MARIE simulator after reading
What is the main advantage of using master pages. Explain the purpose and advantage of using styles.
Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems
Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd