SyntaxFix
Write A Post
Hire A Developer
Questions
the main method should be declared in the your class like this :
public class derivativeQuiz_source{ // bunch of methods ..... public static void main(String args[]) { // code } }