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
Every method should be within a class. Your method derivativeQuiz is outside a class.
derivativeQuiz
public class ClassName { ///your methods }