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
Feliz [49]
3 years ago
10

Write the definition of a method printarray, which has one parameter , an array of int s. the method does not return a value . t

he method prints out each element of the array , on a line by itself, in the order the elements appear in the array , and does not print anything else.
Computers and Technology
1 answer:
stealth61 [152]3 years ago
6 0
<span>void printArray(int a[ ]) {
</span> int i;   <span>for (i = 0; i &lt; a.length; i++){
</span>  <span>System.out.print(a[i]);
</span> System.out.println();   <span>}
</span> }
You might be interested in
You have an application that you would like to run on your Windows workstation every Monday at 3:00 p.m. Which tool would you us
NikAS [45]

Answer:

Task Scheduler

Explanation:

Task Scheduler allows you to automate tasks in Windows 10

7 0
3 years ago
To create a multi-column and multi-row box for users to type into in an html form, use the ____________ tag pair
alexgriva [62]

To create a multi-column and multi-row box for users to type into in an html form, use the <textarea></textarea> tag pair.

<span>The html tags are the codes or the hidden keywords in the web browser to tell about its format and displayed content. The html tags mostly comes in pairs, pair consist of the start tag and end tag.</span>
4 0
3 years ago
Your teacher needs to keep track of a biology experiment's results for all students, to help calculate the grades. Which applica
IRISSAK [1]

Answer:

I think notepad is best suited for this task...

3 0
3 years ago
Read 2 more answers
When a person initially records information in a form usable to memory, this is called?
MakcuM [25]
Is an answer encoding? 
3 0
2 years ago
Which of the following criterion expressions searches for PhoneNumber records where the phone number contains 10 characters and
Kay [80]

Answer:

A) Like "9?????????"

Explanation:

Required

10 characters and starts with 9

<em>The options relate to queries in Microsoft Access; so, I will answer the question from the perspective of Microsoft Access.</em>

First, the query will use the like statement because the query is to make comparison.

Next; for the search query to return exact 10 characters, the syntax is "??????????"

Lastly, for the search query to begin with 9, the first ? will be replaced with 9.

So, we have: "9?????????"

<em>Hence, (a) is correct</em>

6 0
2 years ago
Other questions:
  • What is the Code of Conduct/Ethics for the company/of Department of Defense?
    7·1 answer
  • When an object reflects all the light which falls on it it's color will be
    5·2 answers
  • Assume that the following method header is for a method in class A.
    15·1 answer
  • What types of roles are there as a webmaster?
    6·2 answers
  • How is the cia triad used to evaluate encryption methods?
    6·1 answer
  • Which type of graph or chart measures
    15·2 answers
  • Huan wants to enter the science fair at his school. He has a list of ideas for his project. Which questions could be answered th
    14·1 answer
  • the increase and decrease font button and the change text colour button (as shown in the picture )are include in which group ?​
    6·1 answer
  • Based on the description below which website is more appropriate
    14·2 answers
  • What is the output?<br> str = 'abcdef<br> print(str[2:50)
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!