1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
elena55 [62]
3 years ago
14

Mad Libs are activities that have a person provide various words, which are then used to complete a short story in unexpected (a

nd hopefully funny) ways. Complete the program to read the needed values from input, that the existing output statement(s) can use to output a short story. Ex: If the input is "Eric Chipotle 12 cars" (excluding the quotes), the output is:
Computers and Technology
1 answer:
allsm [11]3 years ago
6 0

Answer:

The code is below. The output is "Eric went to Chipotle to buy 12 different types of Cars"

Explanation:

import java.util.scanner;

public class labprogram {

    public static void main (string [ ] args) {

    scanner scnr = new scanner (system.in) ;

    string firstname;

    string genericlocation;

    int wholenumber;

    string pluralNoun;

   firstName = scnr.next();

   genericLocation = scnr.next();

   wholeNumner = scnr.nextInt();

   pluralNoun = scnr.nextLine();

   system.output.println(firstname + " went to " + genericlocation + " to buy " + wholenumber + " different types of " + pluralnoun + " . ");

}

 }

You might be interested in
What is a reason to use a pseudo-class in Dreamweaver?
gulaghasi [49]

Answer: Option C is correct

Explanation:

Option C is correct

3 0
3 years ago
How do you open the Font dialog?​
Simora [160]

Explanation:

Click the Home tab.

In the Fonts group, click the dialog box launcher button.

The button is found in the lower-right corner of the Font group.

The Font dialog box contains all the commands for formatting text, including quite a few that didn’t find their way into the Font group on the Ribbon. As with all text formatting, the commands you choose in the Font dialog box affect any new text you type or any selected text in your document.

When you’ve finished setting up your font stuff, click the OK button. Or click Cancel if you’re just visiting.

Use the Ctrl+D keyboard shortcut to quickly summon the Font dialog box.

hope my answer helps

pls mark this as brainlist

be sure to follow me and I will follow you back

stay safe

good day

6 0
2 years ago
Which careers have the highest minimum experience requirement?
DerKrebs [107]
Hey there,

Your question states: <span>Which careers have the highest minimum experience requirement?

I believe that your correct answer would be "</span>network administrator". Now the reason why this would be the answer is not just because I say that, it's because being a administrator does not need high experience requirement. It's a basic thing to do. This is why being a "network administrator" would be <span>the highest minimum experience requirement.
_____________________________________________________________

~Jurgen</span>
3 0
3 years ago
Read 2 more answers
Which internet resource can you use to publicly describe an adventure trip you recently made?
Hitman42 [59]
Itd Be Blog! Hope This Help Mate:)
7 0
3 years ago
Read 2 more answers
Explain how to install Microsoft Office Suite.
kupik [55]

Answer:

Explanation:

Download and install Microsoft Office applications

1. Log into your Microsoft Office 365 portal. ...

2. In the top right corner, click Install Office apps.

3. Select Office 2016. ...

4.  If prompted, click the Save File button, to allow the download.

5. The install file will download to your computer.

6. When you launch the new applications, log in with your Office 365 email address and password.

3 0
3 years ago
Other questions:
  • In addition to compiling the list of user access requirements, applications, and systems, the BIA also includes processes that a
    5·1 answer
  • The ___________________ Act makes it illegal to deactivate or otherwise disable any antipiracy technologies including DRM techno
    7·1 answer
  • Briefly describe the client/server model.
    11·1 answer
  • In Python please:
    12·1 answer
  • I analyze data, as a consultant, for companies making important business decisions. In order to get my point across, which of th
    11·1 answer
  • Design a class named Employee. The class should keep the following information in member variables:
    5·1 answer
  • In which view are fields set up in MS Access?
    11·2 answers
  • State the function of a URL in a website​
    8·1 answer
  • Difference between electrical and electronic devices
    15·2 answers
  • Operating systems move code and data, as necessary, to a portion of the disk that is used as if it were memory, not just disk st
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!