Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Might someone tell me why those error occurred and how to fix them ? it say: stu

ID: 3841430 • Letter: M

Question

Might someone tell me why those error occurred and how to fix them ?

it say: student A cannot be resolved to a type

ava Java StudentB/src/ DemoAjava Eclipse File Edit Source Refactor Navigate Search Project Run Window Help Package Explorer 3 student A 2 Class example from book on object locations -Compina objects (addresses) src default package) public class DemoA public static void main (String args) Demo java double average D a JRE System Library JavaSE-1.8] Student A atdl, atd2, atd3 Declare objects of type Class

Explanation / Answer

Hi friend, you are creating objects of class "StudentA" in your program.

To compile this, you need to first define StudentA class with all required instant variables and methods.

So, please include/define StudentA class.

If still you have doubt then please let me know