Answer:
Yes programming is necessary to achieve goals
Programming helps to build
1)Website
2) Apps
3)Games
4)Security management
Through Making some transaction apps, We are able to pay or receive payments in very short time
So, Programming Saves time and money which is essential in today's world
Answer: >>>
Explanation:
just finished the test and got this right
Yes you do have to program it first.
Answer:
Data type is an attribute of the data in the computer science. It basically guide the compiler and interpreter about the data utilization in the program. Data type basically define the operation, which can be done on given data.
There are different types of data types are as follow:
Integer data type: This type if data type basically represent the integer type of data value from largest to smallest order.
For example: int p = 10;
Real data type: This type of data type is used to represent the real type of number from largest to smallest range.
For example: float b = 17.6;