Write a program that asks the user for a word, then prints out the word once on the first line, twice on the second line, and three times (thrice) on the third line: What did you say? Hello Hello Hello Hello Hello Hello Hello

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

Hello the answer was not approved by code gym. it was failed

cademy
Strings
Once, Twice, Thrice
Instructions
Run
Terminal Reset Save
Mar
O Problem
program.py >
word=input("What did you say? ")
Write a program that asks the user for a word, then prints out the
word=word+" "
word once on the first line, twice on the second line, and three times
for h in range (1,4):
(thrice) on the third line:
print (word*h)
What did you say? Hello
Hello
A Submissions
<> Output
Hello Hello
Hello Hello Hello
# 3 Not yet! Failed a test (3 tests passed).
a minute ago
Load
Testing the example in the question.
Checking for the correct capitalisation in the example in the question.
Checking for the correct punctuation in the example in the question.
X Checking for the correct whitespace in the example in the question. Your
submission did not produce the correct output. Your program output:
What did you say? Hello
Hello
Hello Hello
Hello Hello Hello
> X
Transcribed Image Text:cademy Strings Once, Twice, Thrice Instructions Run Terminal Reset Save Mar O Problem program.py > word=input("What did you say? ") Write a program that asks the user for a word, then prints out the word=word+" " word once on the first line, twice on the second line, and three times for h in range (1,4): (thrice) on the third line: print (word*h) What did you say? Hello Hello A Submissions <> Output Hello Hello Hello Hello Hello # 3 Not yet! Failed a test (3 tests passed). a minute ago Load Testing the example in the question. Checking for the correct capitalisation in the example in the question. Checking for the correct punctuation in the example in the question. X Checking for the correct whitespace in the example in the question. Your submission did not produce the correct output. Your program output: What did you say? Hello Hello Hello Hello Hello Hello Hello > X
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr