This program has will not compile select all of the reasons below:
public class ErrorProne { public static void main(String[] args) { System.out.println(Why won’t it compile?) }
name of class is invlaid
there is a missing curly brace
there is one too many curly braces
there is a missing semi-colon
the main method header is missing a keyword
the println has incorrect capitalization
the String being passed into the println is missing something
Answers
Answered by
13
Heya>>>>
_________________________________The following program will not compile for the following reasons-there is a missing curly bracket;there is a missing semi colon and the string being passed into the println is missing something (double inverted commas)
..…………………………............................................Hope it helps
_________________________________The following program will not compile for the following reasons-there is a missing curly bracket;there is a missing semi colon and the string being passed into the println is missing something (double inverted commas)
..…………………………............................................Hope it helps
Similar questions