+ 2

Plz help me to fill in the blanks to call the method "hello" from main

Public static void main(string[ ]args) { __________; } Static void hello () { System.out.println("hi"); }

25th Jun 2019, 3:00 PM
Boy Arya
Boy Arya - avatar
3 ответов
0
hello(); Try reading the lesson more carefully please.
25th Jun 2019, 3:34 PM
Jackson O’Donnell
0
public static void main(String[ ] args) { ; } static void hello() { System.out.println("hi"); } ans..hello();
30th Apr 2022, 5:53 AM
MAREESWARAN S
MAREESWARAN S - avatar
0
hello()
23rd Oct 2022, 6:22 PM
debjani banik
debjani banik - avatar