Top Posters
Since Sunday
w
5
a
3
j
2
a
2
t
2
u
2
r
2
j
2
j
2
l
2
d
2
y
2
New Topic  
Eels Eels
wrote...
Posts: 716
Rep: 0 0
7 years ago
What will be the results of the following code?

final int ARRAY_SIZE = 5;
float[] x = float[ARRAY_SIZE];
for(int i = 1; i <= ARRAY_SIZE; i++)
{
   x = 10.0;
}

A) There will be a compilation error.
B) All the values in the array are initialized to 10.0.
C) All the values, except the first, are set to 10.0.
D) An error will occur when the program runs.
Textbook 
Starting Out with Java: Early Objects

Starting Out with Java: Early Objects


Edition: 4th
Author:
Read 121 times
2 Replies
Replies
Answer verified by a subject expert
blitheringblithering
wrote...
Posts: 354
Rep: 9 0
7 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1
University of Notre Dame

Related Topics

Eels Author
wrote...
7 years ago
This brought my confidence back up, thanks
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1936 People Browsing
 189 Signed Up Today
Related Images
  
 4501
  
 350
  
 731
Your Opinion
What's your favorite funny biology word?
Votes: 401