OneCompiler

Pertemuan 4 - Web Programming I - Operator

105

Example Penggunaan Operator di PHP

Following is sample php.

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