Question: write in Java source code from beggining. thank tou Lab2A: MadLibs. For this assignment, we're going to code a MadLib. Your program should ask the
Lab2A: MadLibs. For this assignment, we're going to code a MadLib. Your program should ask the user for a name, an adverb and an adjective. These responses will get plugged into a pre- written 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: Page 1 of 2 Lab2c. For this assignment, create a program that will read in a width and height from the user and calculates the area and perimeter of a rectangle. The formula for perimeter is P = 2*(height+width) and the formula for area is A = (height"width). Format the outputs following this sample run. User input is in bold. Both the class and filename should be called Lab2C (java, .cs. cpp). Sample run: Enter a width: 4 Enter a height: 8 The area is 32 The perimeter is 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
