How to solve cannot find symbol error in Java?

preview_player
Показать описание
Check more tutorials at:
Рекомендации по теме
Комментарии
Автор

m trying to extend Generic class but its giving symbol not found error to Generic class
.. how to solve that

Ashu-hjun
Автор

what IS THE PROBLEM
public static void main(String[] args){
Scanner in = new Scanner(System.in);
int a = in.nextInt();
for(int i = 0;i<=10;i++){
int result = a*i;

}
System.ot.println(result);
}
}

samiredch
join shbcf.ru