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
a_sh-v [17]
3 years ago
11

Given a String variable named line1 and given a Scanner reference variable stdin that has been assigned a reference to a Scanner

object, read the next line from stdin and save it in line1. (Do not concern yourself with any possible exceptions here-- assume they are handled elsewhere.)
Computers and Technology
1 answer:
Anna35 [415]3 years ago
4 0

Answer:

Scanner stdlin = new Scanner(System.in);

line1 = stdlin.readline();

Explanation:

1.stdlin is the referenced input variable made by using built in Scanner class of Java language.

2.Than in line1 the next line from the console will be assigned by using readline function.

You might be interested in
Cameron wants to impress the owner of the company. He creates a graph that shows the improved productivity at the company over t
Umnica [9.8K]
Point, line, or bar graph is what he would use

6 0
3 years ago
Read 2 more answers
Which of these is NOT one of the main parts of an email? A. Header B. Subject C. Body D. Reply
7nadin3 [17]
D. Reply.
<u><em>Brainiest PLEASE!
</em></u>

7 0
3 years ago
Read 2 more answers
Look at the following assignment statements:
ziro4ka [17]

Answer: number 2 is the correct way to do it

Explanation:

3 0
2 years ago
Que implicaciones sociales puede tener la robótica
wolverine [178]
Según estos estudios, el impacto de los robots en la productividad ya se compara con la contribución de las máquinas de vapor en el pasado. ... Algunos de los aumentos en la productividad que se derivan de la densificación de los robots se comparten con los trabajadores mediante el pago de salarios más altos.
8 0
2 years ago
Which of the following statements are true?
ipn [44]

Answer:

d. CSS can be included in an HTML document

Explanation:

HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets) are not <em>programming languages</em>. They are, in fact, a different kind of <em>computer languages</em> and are some of the essential tools used in common web pages nowadays.

HTML and HTML5 are <em>different</em>. The latter is a new version of HTML which implies some improvements such as the availability of other technologies and features not found in HTML.

HTML is a <em>markup language</em>, i. e., a kind of computer language like <em>TeX</em>, <em>LaTeX</em>, <em>troff</em>, among others, that defines the <em>structure</em> of a text, and it tells to a computer how to show it in a web page using tags embedded into the content of the document. For example, a paragraph is defined using a tag like this <p> text inside </p>, a title: <title> text inside </title>, and so on with images, tables, et cetera.

CSS is a <em>style sheet language, </em>that is<em>,</em> another kind of <em>computer language</em> whose main emphasis is the <em>appearance</em> of the web page, telling the computer the <em>presentation </em>the <em>structured document</em> is about to have, that is, <em>how the document should look</em>.

As a result, CSS is used to describe the presentation of documents written in HTML and <em>can be included</em> in it.

On the other side, <em>programming languages</em> are <em>formal languages </em>(like the ones of mathematics and logic), that is, with some rules and a particular syntax intended to "communicate instructions to a machine, particularly a computer" [Wikipedia, 2019], and some examples of high-level programming languages are those like C, Python, Fortran, Lisp, CommonLisp, Pascal, JavaScript, among many others.

7 0
3 years ago
Other questions:
  • What is daemontools pakage in qmail?
    14·1 answer
  • Noticing his reduced performance at work, Dan enrolled himself for training sessions offered by the company and saw his producti
    13·1 answer
  • Jessica has a balance of $2,200 on her credit card with an 18% interest rate. Her credit card company doesn’t require a minimum
    15·1 answer
  • Your organization's network has multiple layers of security devices. When you attempt to connect to a service on the Internet. H
    9·1 answer
  • The data-linking feature that allows Internet users to skip directly from a highlighted word to a related file in another comput
    12·2 answers
  • " In which software generation did the distinction between systems programmers and other programmers first surface?"
    15·1 answer
  • knowledge contributes vitally to the development of __________ memory, or recollections of personally experienced events that oc
    12·1 answer
  • A business that helps people find jobs for a fee
    12·1 answer
  • Please Help!
    13·1 answer
  • You want to connect to a user desktop to review windows 10 configuration settings when the user is not present. which technology
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!