CompilerDesignIFLR1/CompilerDesignIflr1/files/code

12 lines
90 B
Plaintext

{
int a =1*9+2;
if(a>9){
a=a+1;
if(9>1){
a=10;
}
a=2+2;
}
}