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

12 of the most popular programming languages

12 of the most popular programming languages

For those of you who are in the computer world, you must be familiar with the programming language. Moreover, if you are a developer, you must know very well about this. So what are the most popular programming languages ​​that have been studied? Here’s the review. 1. PHP PHP stands for Hypertext Pre-Processor. This is a programming language that is widely used by developers in Indonesia. This programming language has been chosen not only because it is free, but also because it is a server side scripting that is designed to build dynamic websites. The person who succeeded in developing … Read more