Answer:
subroutines
Explanation:
subroutines is used in access to locate and retrieve data
In creating a table from a dataset that does not have a column and a row, the most important thing that you have to ensure so that your table would come out well is including (C) column headers in your data.
This would ensure that when you change your data into table form, the data will be well-organized based on the column headers that you have made.
Answer:
Desktop
Explanation:
A desktop computer is a personal computing machine designed to be used on top of a usual office desk.
It accommodate in it the physical hardware that makes a computer run and connects to input devices like the mouse, monitor, and keyboard users interact with. Desktop computers are mostly used in enterprise and business environment, including in consumer use cases such as for gaming. In the enterprise, they are vital since they are the major medium for many users to do their day to day jobs.
Answer:
It can take a negative input
Explanation:
When you declare a variable in Java and you get your input via Scanner library; the Scanner library will accept the input irrespective of whether it's negative or not.
Take for instance, the following segment
<em>Scanner input = new Scanner(System.in);</em>
<em>int userinput = input.nextInt()</em>
<em />
Irrespective of whether userinput is negative or positive, it'll accept it.
Add your headings in the row of cells at the top of the sheet