if(Condition) stmt else stmt //if-else while(Condition) stmt //while for(i=1 to n) stmt //for i = 10 //assignment AND OR NOT //logic operator read a output(c) return(x)