Top Posters
Since Sunday
z
4
n
4
t
4
k
3
x
3
r
3
m
3
j
3
c
3
l
3
e
3
s
2
New Topic  
tarasen57 tarasen57
wrote...
Posts: 536
4 years ago
Suppose a method p has the following heading:

public static int[][] p()

What return statement may be used in p()?

▸ return int[]{1, 2, 3};

▸ return new int[][]{{1, 2, 3}, {2, 4, 5}};

▸ return 1;

▸ return {1, 2, 3};

▸ return new int[]{1, 2, 3};
Textbook 
Introduction to Java Programming, Comprehensive Version

Introduction to Java Programming, Comprehensive Version


Edition: 10th
Author:
Read 83 times
1 Reply
Replies
Answer verified by a subject expert
shawntageshawntage
wrote...
Posts: 392
4 years ago
Sign in or Sign up in seconds to unlock everything for free
More solutions for this book are available here
1

Related Topics

tarasen57 Author
wrote...

4 years ago
Thanks
wrote...

Yesterday
I appreciate what you did here, answered it right Smiling Face with Open Mouth
wrote...

2 hours ago
this is exactly what I needed
New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  722 People Browsing
Related Images
  
 197
  
 2035
  
 335
Your Opinion
Which industry do you think artificial intelligence (AI) will impact the most?
Votes: 484

Previous poll results: What's your favorite math subject?