+ 1
Why is this program has an error?
public class Program { public static void main(String[] args) { String alphabet = "abcdefghijklmnopqrstuvwxyz"; System.out.prinln(alphabet); } }
3 Respuestas
+ 12
Gargie Chaturvedi Just an typo
it's println you missed t.
+ 4
.Println for new line
.Print to Stay on the same line.
+ 1
Thanks