Examlex

Solved

Consider the Class Below

question 7

Multiple Choice

Consider the class below:
Public class Test
{
Public static void main(String[] args)
{
Int[] a = {99, 22, 11, 3, 11, 55, 44, 88, 2, -3};
Int result = 0;
For (int i = 0; i <
A.length; i++) {
If (a[i] > 30)
Result += a[i];
}
System.out.printf("Result is: %d%n", result) ;
}
}
The output of this Java program will be:


Definitions:

Mental Ability

The capacity to perform cognitive tasks, process information, and understand complex ideas.

Unions

Represent the interests of employees in an industry, occupation or organisation.

Industrial Relations

Is the process of negotiation and bargaining between employers and employees.

Business Associations

Represent the interests of organisations in an industry or region.

Related Questions