fork download
  1. The following application has seven syntax errors. What are they? // * Test.java * What's wrong application. * Student Name */ package testMyKnowledge; /** * The Test class should display a string, */ public class Test { private static int main(string[] args) { System.out.println("Testing...)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
The following application has seven syntax errors. What are they? // * Test.java * What's wrong application. * Student Name */ package testMyKnowledge; /** * The Test class should display a string, */ public class Test { private static int main(string[] args) { System.out.println("Testing...)
^
1 error
stdout
Standard output is empty