Electromechanical Engineering Faculty of Engineering Somali National University Course Name: Elementary Programing Concept Course Code: EPC 2309
Electromechanical Engineering Faculty of Engineering Somali National University Course Name: Elementary Programing Concept Course Code: EPC 2309
Faculty of Engineering
Somali National University
Abdikadir Yusuf
March 16, 2020
DATA TYPES
Lecture Outline
After taking suitable variable names, they need to be assigned with a data type.
This is how the data types are used along with variables:
Example
int age;
char letter;
float height, width;
END