I have method print. So I wrote System.out.print("text") then I wrote System.out.print(String) and I don't know what Im doing wrong. I don't understand this task. Maybe anyone can help me with this?
Can anyone help me?
Dyskutowane
Komentarze (2)
- Popularne
- Najnowsze
- Najstarsze
Musisz się zalogować, aby dodać komentarz
Grzegorz Romanowski
2 grudnia 2019, 20:25
public static void print(String s) - there is no implementation to "text" and also if you use System.out.print(String) - you wont get any answer. You dont print String, you print a value which is String
0
Patryk
26 listopada 2019, 19:18
Musisz w metodzie print, napisać wiersz odpowiadający za wyświetlanie tekstu na ekranie. Spring s ma nadany już tekst, wiec nie musisz nic pisać a wystarczy posłużyć się wartością s.
0