Data Types Programmers Must Know

data types

Are you planning to become a programmer? If so, you need to learn data types first. Why is that? Because the data type is a classification that determines how you will use the data in the program . So, by using the right data type, the program you create will run smoothly. Well, actually there are so many programming data types themselves. But in this article we will only discuss the most common types, namely types that fall into the primitive and composite categories . Within these two categories, there are six commonly used data types, namely: Integer ( integer ) Fractional numbers ( floating point ) Karakter ( Char ) Boolean String Array Have you ever … Read more