André Monteiro

Greenhorn
+ Follow
since Mar 08, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by André Monteiro

No worries.  
6 years ago

André Monteiro wrote:Thanks Campbell, sorry, I didn´t know about the full solutions.

I did mean whether She'll use the class inside a package She should use a package statement.

Can You tell me which is the better way to print an array? Is that snippet following?

System.out.println(Arrays.toString(array));



I'm thinking I did again.    
6 years ago
Thanks Campbell, sorry, I didn´t know about the full solutions.

I did mean whether She'll use the class inside a package She should use a package statement.

Can You tell me which is the better way to print an array? Is that snippet following?

System.out.println(Arrays.toString(array));
6 years ago
Hello,

I've tried the following code and works. I just added the return statement and refactored the name of the class to match with the instance.

remeber to add the package.

6 years ago