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
Rom4ik [11]
3 years ago
12

Which of the following can be used to get an integer value from the keyboard?

Computers and Technology
1 answer:
seraphim [82]3 years ago
6 0

Answer:

Integer.parseInt( stringVariable );

Explanation:

This function is used to convert the string into integer in java .Following are the program that convert the string into integer in java .

public class Main

{

public static void main(String[] args)  // main method

{

 String num = "1056"; // string variable

int res = Integer.parseInt(num);  //convert into integer  

System.out.println(res); // display result

}

}

Output:1056

Therefore the correct answer is:Integer.parseInt( stringVariable );

You might be interested in
A predictive data analyst___.
fgiga [73]

Answer:

C. analyzes data and trends and predicts future data and trends.

Explanation:

Predictive analytics can be defined as a statistical approach which typically involves the use of past and present data ( factual informations) in order to determine unknown events or future performances of a business firm or organization. It is focused on determining what is likely to happen in the future.

For example, a data analyst trying to determine how to effectively stock his company's warehouses incase of an anticipated pandemic and he's using current sales data to project the demands.

Hence, a predictive data analyst is an individual who analyzes data and trends and predicts future data and trends.

3 0
2 years ago
Windows 10 features a storage solution called Storage Spaces. What is the name of the Storage Spaces feature that allows allocat
rewona [7]

Answer:

Data resiliency.

Explanation:

Spaces for storage may involve resilience to the information. Selecting a resiliency solution implies whether they assign capacity towards redundant details. The information resiliency choice regarding storage facilities.

Two-way mirror needs two capacity units or more. The information is engraved on both computers. Two-way mirror enables twice the volume of storage assigned to that of the storage capacity as such system capacity. This choice will prevent you against loss of a specific storage unit.

7 0
3 years ago
The control variable of a counter-controlled loop should be declared as ________ to prevent errors. Group of answer choices int
yanalaym [24]

Answer:

int

Explanation:

<h2><u>Fill in the blanks </u></h2>

The control variable of a counter-controlled loop should be declared as  <u>int </u> to prevent errors. Group of answer choices int double float Any of the above.

7 0
2 years ago
Describe an effective policy.
emmasim [6.3K]

Answer:

 An effective policy is the procedure that are manually clear and easy to understand in an organisation. It basically define as the set of rules and principles in a system to guide the decision and fulfill their desired goals.

An effective policy is error free and has high efficiency. Basically, it is the set of various ideas that can be used for decision making.

Some of the effective policies are:

  • The idea and plan are tested before its implementation in the system.
  • The result should be efficient and in measurable terms.
  • The ideas and assumptions are explicit in the nature.
6 0
2 years ago
What will the output of this program be when it is executed? def test_function( length, width, height): print ("the area of the
erastova [34]

Answer: stuff

Explanation:

6 0
3 years ago
Other questions:
  • How could the provisions in the new health reform bill improve access to care?
    14·1 answer
  • Question 3 of 10
    13·1 answer
  • A sense of scale tells us what about the objects in a picture?
    11·2 answers
  • To add a slide using the default layout, what should you do before clicking the New Slide button?
    15·1 answer
  • Four differences between fourth and fifth generation of computers​
    12·1 answer
  • Write a program that reads an integer, a list of words, and a character. The integer signifies how many words are in the list. T
    9·1 answer
  • What is the output of this program?
    8·1 answer
  • Who wants to be my tutor?
    14·2 answers
  • Please help!!!! will mark brainliest!!
    7·2 answers
  • How to shutdown a computer by step by step​
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!