KnowledgeBoat Logo

Computer Applications

Write down the data type of the following:

(a) Integer

(b) Long Integer

(c) A character

(d) A fractional number

Values & Data Types Java

11 Likes

Answer

(a) int

(b) long

(c) char

(d) float/double

Answered By

7 Likes


Related Questions