int a = 10; // 10 double b = a; // 10 int c = 3.8; // 3 bool d = c; // true char e = 'K'; // K