Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Complete a program that reads four values from input and stores the values in variables first _ name, generic _ location, whole _ number, and

Complete a program that reads four values from input and stores the values in variables first_name, generic_location, whole_number, and plural_noun. The program then uses the input values to output a short story. The first input statement is provided in the code as an example.
Notes: To test your program in the Develop mode, pre-enter four values (in separate lines) in the input box and click the Run program button. The auto-grader in the Submit mode will test your program with different sets input of values.
Ex: If the input values are:
Eric
Chipotle
12
cars
then the program uses the input values and outputs a story:
Eric went to Chipotle to buy 12 different types of cars
Ex: If the input values are:
Brenda
Philadelphia
6
bells
then the program uses the input values and outputs a story:
Expected output
Eric went to Chipotle to buy 12 different types of carsrenda went to Philadelphia to buy 6 different types of bells

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_2

Step: 3

blur-text-image_3

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

Professional SQL Server 2000 Database Design

Authors: Louis Davidson

1st Edition

1861004761, 978-1861004765

More Books

Students also viewed these Databases questions

Question

1. What are your creative strengths?

Answered: 1 week ago