Garrett Boring

Greenhorn
+ Follow
since Dec 05, 2017
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 Garrett Boring

You need to declare the array, that's why you're getting errors. Hope this helped!
6 years ago
Well the final hasn't had a number assigned to it so it's just zero and the string...args should be String[] args, I believe. Hope this helped you out!
6 years ago
I believe you need to use a do while loop but I could be wrong. I hope this helped and solved your problem!
6 years ago
You use i++ at  the end my dude. Hope this helped!
6 years ago
Null means that the variable hasn't had a value set yet. Hope this helped!
6 years ago