Computer Science, asked by shashwatbhai6, 3 months ago

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 nitndelhiala
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