JAVA | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

JAVA

Fill in the blank to declare a method called "hello()" void_____()

17th Jul 2019, 9:04 AM
Amonoo Emmanuel
1 Antwort
+ 3
Its tells you the answer in the question 😊 void hello() Void just means that this method dosent return a value it's just going the print some text.
17th Jul 2019, 9:22 AM
D_Stark
D_Stark - avatar