Java Challenges: Problem with writing into blanks | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Java Challenges: Problem with writing into blanks

So, the challenge looks like this: Fill the blanks to print the 4th character of a String: String s = ___ String("Monkey Wrench"); ______ Foo = s.toCharArray (); System.out.print(Foo [_]); So, the right inputs are: new char[] 3 Iit seems that the char[] does not fit into the blank. After testing it seems that the autocorrect of my phone automatically sets a space after a word if square brackets follow. So, please just try this in any text field and tell me if it's the same on your device, thx;

2nd Nov 2017, 12:59 PM
Jonas Schröter
Jonas Schröter - avatar
2 ответов
+ 9
Same for me, switched off auto correction ;)
2nd Nov 2017, 5:55 PM
Tashi N
Tashi N - avatar
+ 1
Edit: So, you just can edit your input in the challenge manually, please tell me if it's the same on your device😊
2nd Nov 2017, 1:00 PM
Jonas Schröter
Jonas Schröter - avatar