Types

Typecasting

// typecast to integer
int x = (int) 24.6;