asked 178k views
1 vote
Which data types go through floating data types? (a) int (c) long (b) byte (d) double​

asked
User Asheli
by
7.6k points

1 Answer

4 votes

Answer:

(d) double​

Step-by-step explanation:

floating data types are data types that can represent numbers with decimal places, such as 3.14 or 2.718. The double data type is a floating data type that can represent very large or very small numbers with a high degree of precision, and is often used in scientific and engineering applications.

answered
User Hoonzis
by
7.4k points

Related questions

1 answer
3 votes
165k views
1 answer
5 votes
151k views