Sign In
Ask Question
Computers & Technology
Guerra
20 October, 03:46
9.2 code practice edhesive
+5
Answers (
1
)
Matias Decker
20 October, 04:33
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?
Get an answer to your question ✅
“9.2 code practice edhesive ...”
in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers
You Might be Interested in
What is the correct process for selecting an entire row in a spreadsheet? A. Click on any cell in the row B. Select Rows in the insert menu. C. Select rows in the format menu D. Click on the row heading
Answers (1)
Why is it when i go to social it shows a post from February it's like i am not with the ppl posting rn
Answers (1)
Which column and row references are updated when you copy the formula: = F$5+12?
Answers (1)
Explain what it means to have good file management skills.
Answers (1)
What is the term for an account that is prepared by a probation officer?
Answers (1)
New Questions in Computers & Technology
Which of the following is a sign that an article might come from a fake news website?
Answers (1)
In the code num_var = "fifteen", what is the data type of the value?
Answers (2)
How can I use the internet/social media to protect my identity?
Answers (1)
what is the difference between a software package and integrated software
Answers (1)
A chess-playing computer program that routinely calculates all possible outcomes of all possible game moves best illustrates problem solving by means of
Answers (1)
Home
»
Computers & Technology
» 9.2 code practice edhesive
Sign In
Sign Up
Forgot Password?