Examlex

Solved

Public Class EndValue

question 18

Essay

public class EndValue
{
    public static void main(String[] args)
    {
int aByte = 940;
   System.out.print("The ending value is "+ aByte);
    }
}
When the above code is compiled, what error message will be generated and why?


Definitions:

Related Questions