Fill in the blanks to call the method "hello" from main: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Fill in the blanks to call the method "hello" from main:

public static void main(String[ ] args) { ; } static void hello() { System.out.println("hi"); }

14th Jan 2019, 11:48 AM
vijay panchave
vijay panchave - avatar
2 Answers
0
hello();
14th Jan 2019, 12:06 PM
PapaBT
PapaBT - avatar
0
hello()
5th Jan 2020, 9:16 PM
Arjun Singhal
Arjun Singhal - avatar