Computer Science, asked by Anonymous, 1 month ago

what type of error is
Interger A=3​;

Answers

Answered by atif9931
0

your answer is human error


Anonymous: can you answer this WHAT TYPE OF ERROR IS = System.out.print("l am a student);
himanshu2006vps: syntax error
himanshu2006vps: you can see
himanshu2006vps: missing quote
himanshu2006vps: after student
himanshu2006vps: The missing things is (")
Anonymous: thanks
himanshu2006vps: you're welcome
Answered by himanshu2006vps
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