Fill in the blank java challenge | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 13

Fill in the blank java challenge

public class Myclass { public static void main(String[] args){ // the line below this gives an output // _ System.out.println("Hey Sis"); } } Fill the blank place to output Hey Sis

17th Jul 2017, 4:15 PM
Fuyuka Ayumi(冬花)
4 ответов
17th Jul 2017, 4:45 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 11
I know but they want me to put something in the _ area so i just said. Since it's single line comment so i will just press enter there to make System.out.println not a comment. is there something else i can do?
17th Jul 2017, 4:34 PM
Fuyuka Ayumi(冬花)
+ 2
you can "clear" a comment when you make // and then \
18th Jul 2017, 1:35 PM
fl00x
fl00x - avatar
0
public class Myclass { public static void main(String[] args){ // the line below this gives an output System.out.println("Hey Sis"); } }
14th Apr 2023, 7:15 AM
Aung Kyaw Myo
Aung Kyaw Myo - avatar