Which of the following shows a header for a method that accepts two values and returns nothing? public static print(String word, int count) public static void print(String word, int count) public static void print(String word; count) public static void print(String word; int count) I think that the second one would be correct.
@jason1029
sorry I know by the look of the question that it's C programming language but I don't do C yet
It's Java P: but that's okay. you know anyone that might be able to help?
Try this he can teach you everything about Java and more https://www.thenewboston.com/videos.php
ok thanks :)
np:)
void is the data type used in a method header to signify no return value expected commas are used to separate parameters
Join our real-time social learning platform and learn together with your friends!