I have these import codes in my java file and it says these packages do not exist. but they do and i have those classe files in those packages, i need help.
Code:
import Work.LinearFunctions; import Work.SimpleArea; import RunAndRestart.BasicRun; import RunAndRestart.Restart; import Work.AbsoluteFunction; import Work.Volume;
Comment