what type of error is
Interger A=3;
Answers
Answered by
0
your answer is human error
Anonymous:
can you answer this WHAT TYPE OF ERROR IS = System.out.print("l am a student);
Answered by
1
Answer:
Syntax error
You should use "int " to input a integer value, you should not use "integer"
The correct form is:- int A=3;
Similar questions