What to Remember About Data Type Compatibility?

• A variable of an integer type cannot be assigned a real value;
• for these real types the operations “+”, “-“, “*”, “/” are defined;
• for these integer types, the operations “+”, “-”, “*”, “div”, “mod” are defined.
Integer types can also be converted to real types, but not vice versa.

Remember: The process of learning a person lasts a lifetime. The value of the same knowledge for different people may be different, it is determined by their individual characteristics and needs. Therefore, knowledge is always needed at any age and position.