Give the output:
int x, y;
for( x = 5 ; x <= 10 ; x++ )
{
if ( x = = 7 )
{
continue;
}
else if ( x > 8 )
{
break;
}
System.out.println(x);
} please help me
Answers
Answered by
0
Explanation:
No credit will be given if you do not give reasons. (even if your output is correct). Also, if the ... System.out.println(this.p+" "+this.q); ... tic void printarray(double a[]){ public static void main(String args[]){
Similar questions
English,
2 months ago
Sociology,
2 months ago
Math,
2 months ago
Social Sciences,
4 months ago
Math,
4 months ago
Social Sciences,
10 months ago
Science,
10 months ago
Math,
10 months ago