subject

Take a look at the code examples below and see if you can figure out what the code will do and what the output will be. NOTE: These programs do not give very good prompts and outputs and comments - in a normal program, you would want to make sure to always give detailed prompts, outputs and comments. They are missing in these programs so that you are not given any clues as to what the program does. # Program 1 name = input() while not name. isalpha(): name = input() print(name. capitalize()) # Program 2 count = 0 sentence = input() for letter in sentence: if letter in "aAeEiIoOuU": count = count + 1 print(count) # Program 3 letter = input() word = "" for char in word: if char == letter: print(char) # Program 4 letter1 = input() letter2 = input() while letter2 == letter1: letter2 = input() alpha = "" location1 = alpha. find(letter1.lower()) location2 = alpha. find(letter2.lower()) if location1 == -1: letter1 = letter1.upper() else: letter1 = letter1.lower() if location2 == -1: letter2 = letter2.upper() else: letter2 = letter2.lower() alpha = alpha. replace(letter1, letter2) print(alpha)

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
Create a word problem that involves calculating the volume and surface area of a three-dimensional object. cube: surface area 6 s2 , volume s3
Answers: 3
question
Computers and Technology, 23.06.2019 20:00
What multimedia system creates an immersive, real-life experience that the user can interact with?
Answers: 1
question
Computers and Technology, 23.06.2019 21:10
Asample of 200 rom computer chips was selected on each of 30 consecutive days, and the number of nonconforming chips on each day was as follows: 8, 19, 27, 17, 38, 18, 4, 27, 9, 22, 30, 17, 14, 23, 15, 14, 12, 20, 13, 18, 14, 20, 9, 27, 30, 13, 10, 19, 12, 26. construct a p chart and examine it for any out-of-control points. (round your answers to four decimal places.)
Answers: 2
question
Computers and Technology, 24.06.2019 23:30
Does anyone have the problem where you try to watch a video to get your answer but it brings up a thing asking your gender to make ads relevant but it doesn't load? btw i won't be able to see the answer so use the comments .
Answers: 1
You know the right answer?
Take a look at the code examples below and see if you can figure out what the code will do and what...
Questions
question
French, 14.01.2021 20:10
question
Mathematics, 14.01.2021 20:10
Questions on the website: 13722363