I am new to Java and kind of new to programming (I know diving straight into Java probably wasn\'t the greatest idea.) and I\'ve been getting an error consistently no matter
You can get rid of the first line. You don't need import java.lang.*;
import java.lang.*;
Just change your 5th line to:
public static void main(String [] args) throws Exception