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:

Soft Palate

The mobile, fleshy part at the back of the roof of the mouth that separates the oral cavity from the nasopharynx during swallowing and speech.

Nasal Septum

The cartilage and bone wall that divides the nasal cavity into two nostrils.

Nasal Conchae

Structures within the nose that increase its surface area to enhance air humidification and cleaning before the air reaches the lungs.

Nasopharynx

The upper part of the pharynx, connecting with the nasal cavity above the soft palate.

Related Questions