Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ccsf.instructure.com Assignment #1: Memorizing Syntax READ ME FIRST: How Programming Assignments ar.. (1) Java Programming Tutorial 10 - It S how to screenshot on mac-

image text in transcribed

ccsf.instructure.com Assignment #1: Memorizing Syntax READ ME FIRST: How Programming Assignments ar.. (1) Java Programming Tutorial 10 - It S how to screenshot on mac- Yahoo Image CITY COLLEGE 2) Write a second program MadLib.java that prompts the user for a number followed by 6 Strings. We will then fill in the blanks in a 'master string' with this input. Sample output below showing user input in bold Please answer each question to create a funny story! Enter a number: 45 Enter an adjective: big Enter a verb (past tense): ran Enter an adjective: superciliou:s Enter an 'ing' verb: swimming Enter a noun: muskrat Enter a famous person: George Bush One day a big ghost ran across the street while carrying a supercilious bucket full of dynamit e. Then it came across 45 muskrats that were swimming at a child This is a story written by George Bush a) To compile the program, type this (at system prompt): javac MadLib.java The byte code is calledMadLib.class b) To run the program, type this (at system prompt): java MadLib c) Check that you have included the algorithm and used javadoc style comments (there is a javadoc Tutuorial on our homepage) Submitting Your Work FOR CREDIT ccsf.instructure.com Assignment #1: Memorizing Syntax READ ME FIRST: How Programming Assignments ar.. (1) Java Programming Tutorial 10 - It S how to screenshot on mac- Yahoo Image CITY COLLEGE 2) Write a second program MadLib.java that prompts the user for a number followed by 6 Strings. We will then fill in the blanks in a 'master string' with this input. Sample output below showing user input in bold Please answer each question to create a funny story! Enter a number: 45 Enter an adjective: big Enter a verb (past tense): ran Enter an adjective: superciliou:s Enter an 'ing' verb: swimming Enter a noun: muskrat Enter a famous person: George Bush One day a big ghost ran across the street while carrying a supercilious bucket full of dynamit e. Then it came across 45 muskrats that were swimming at a child This is a story written by George Bush a) To compile the program, type this (at system prompt): javac MadLib.java The byte code is calledMadLib.class b) To run the program, type this (at system prompt): java MadLib c) Check that you have included the algorithm and used javadoc style comments (there is a javadoc Tutuorial on our homepage) Submitting Your Work FOR CREDIT

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions