0
Find the mistake in this coad
public class Program { public static void main(String[] args) { String alphabet = "abcdefghijklmnopqrstuvwxyz"; system.out.println("alphabet"); } }
1 Resposta
+ 3
Hello,
Maybe the error is that system does not have a capital 'S',
it should be System.out.println(alphabet);