q.java:17: error: <identifier> expected public dynamic void main(String args[]){ code example
Example: java identifier expected
public class MyClass {
public static void main(String[] args) {
UserInput input = new UserInput();
input.name();
}
}