Question: CSE 1 3 2 1 L: Programming and Problem Solving I Lab Lab 2 Getting Started with Coding For each lab program you develop, make

CSE 1321L: Programming and Problem Solving I Lab
Lab 2
Getting Started with Coding
For each lab program you develop, make sure to include the following header - replace the dots with your section number, semester, your full name, your instructor's name, and lab number:
Make sure to put the correct comment characters before the above lines in each file. C# & Java use // for comments.
Lab2A: MadLibs. For this assignment, we're going to code a MadLib. Your program should ask the user for two names, a verb and an adverb. These responses will get plugged into a prewritten sentence. An example output is shown below. User input is denoted in bold. Both the class and filename should be called Lab2A (.java, .cs,.cpp).
Sample run: ?()
Enter a name: Tiffany
Enter another name: Bubba
Enter a verb: eat
Enter an adverb: wickedly
Once upon a time, there was a person named Tiffany who had a child named Bubba. This child would eat wickedly while singing to strangers.
Lab2B: Design and implement a program to print out the following shape using stars (SHIFT-8) and underscores (SHIFT-minus). Both the class and filename should be called Lab2B (.java, .cs, cpp).
Sample run:
 CSE 1321L: Programming and Problem Solving I Lab Lab 2 Getting

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!