OneCompiler

the first code exprience

1661

Following is sample java code.

int i = 10;
if(i>0){
    System.out.println('positive');
}