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 L: Programming and Problem Solving I Lab
Lab
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.
LabA: 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 LabA java, cscpp
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.
LabB: Design and implement a program to print out the following shape using stars SHIFT and underscores SHIFTminus Both the class and filename should be called LabB java, cs cpp
Sample run:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
