can someone help me out here? please kindly give me suggestions on the dotted line.thanks | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can someone help me out here? please kindly give me suggestions on the dotted line.thanks

public class myClass { public void myFunc ........ { System.out.println(''Hi''); } }

12th Jul 2018, 5:02 PM
Duruobioha Chigozie Patrick
Duruobioha Chigozie Patrick - avatar
2 Answers
+ 1
public class myClass { public void myFun(){ System.out.println(''Hi''); } }
15th Feb 2020, 11:37 PM
Nebiyu Bogale
- 1
HelloMessage()
12th Jul 2018, 5:07 PM
Dlite
Dlite - avatar