57.1k views
1 vote
Since intergers can only be positive numbers, it is always best to declare all numbers as floating point numbers.

True or False.

User Deg
by
5.5k points

1 Answer

4 votes

Answer:

False.

Step-by-step explanation:

Integers can be both negative number and positive numbers.There is no need to declare negative integers as floating point numbers since they can accept negative numbers.The minimum possible value of int is INT_MIN and this value is negative.

So hence we can say that the answer to this question is false.

User Mohamed Bdr
by
5.9k points