class Test
{
/**
* @param args
*/
public static void main(String[] args) {
byte total = 128;
System.out.println(total);
int value = 15000;
System.out.println(value);
}
}
i i dont know why this is showing error please fix this and tell me what is error please explain
New contributor
Mohammad Aftab is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.