0
Hey guys what is this test() statement?
What does the test statement do and why do we need it
2 Answers
+ 1
assuming this is the void test() method in java tutorials when this method is called it prints out a copy of the variables value that you passed into it.
0
Oh ok that makes sense. Thanks D_Stark