GUVI
Back

Please help for the output

Created 2 years ago
33 Views
4 Comments
VishalD12EYA
@VishalD12EYA
VishalD12EYA
@VishalD12EYAProfile is locked. Login

public class ControlStatement {

public static void main(String[] args) {

int a=25;

if(a-->a--)

{

{

a='0';

}

}

else

--a;

System.out.print(a);

}

}

What will be the output of above java program?

Comments (4)
Please login to comment.
 
Powered by habitate.io Habitate