Sign In
Ask Question
Gianna Anderson
Computers & Technology
19 May, 18:22
9.2 code practice edhesive
+3
Answers (
1
)
Wheeler
19 May, 18:47
0
import java. util. Scanner;
public class Main
{
public static void main (String[] args) {
String NAME[] = new String[5];
Scanner s1 = new Scanner (System. in);
System. out. println ("Enter Array Elements (Names) ");
for (int i=0; i < = 4; i++)
{
NAME[i] = s1. nextLine ();
}
System. out. println ("Array Elements (Names) ");
for (int i=0; i < = 4; i++)
{
System. out. println (NAME[i]);
}
}
}
Explanation:
We need to write a program in java to explain the array declaration. And we have that program in the answer section.
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“9.2 code practice edhesive ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
Jessica finds out that the government introduced a new trade policy that will increase import tariffs.
Answers (1)
how do i/should i ask for my ipad, and DS back without it getting taken away for another year or sold and how do I ask for a new phone for school and social media but use social media, and my phone, correctly?
Answers (1)
Williams works at an advertising agency his company regularly sends out informative documents to its existing clients
Answers (1)
So how long till hovering cars
Answers (2)
Is it possible to make an IOS App using Python in Xcode? Is Swift the only language to make IOS apps apart from Objective-C?
Answers (2)
New Questions in Computers & Technology
When you save a drawing using paint, it's automatically stored as a?
Answers (1)
How many columns can you insert in word document in maximum? a. 40 b. 45 c. 50 d. 55
Answers (1)
Describe how you would create a database using your software
Answers (1)
Another method that might be desired is one that updates the Student's number of credit hours. This method will receive a number of credit hours and add these to the Student's current hours. Which of the following methods would accomplish this? a.
Answers (1)
My mac book airs touch pad stopped working and i can't click. what do i do?
Answers (1)
Home
»
Computers & Technology
» 9.2 code practice edhesive
Sign In
Sign Up
Forgot Password?