I have been troubleshooting this program for hours, trying several configurations, and have had no luck. It has been written in java, and has 33 errors (lowered from 50 befo
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 } }