Computer Science, asked by skumar93334, 4 months ago

Give an example of a double data type​

Answers

Answered by sspersiaa
0

Answer:

Primitive Data Types

Data Type Size Description

float 4 bytes Stores fractional numbers. Sufficient for storing 6 to 7 decimal digits

double 8 bytes Stores fractional numbers. Sufficient for storing 15 decimal digits

boolean 1 bit Stores true or false values

char 2 bytes Stores a single character/letter or ASCII values

Explanation:

pls make me as brainliest

Answered by sidhant014
0

Explanation:

double a = 3.2222222222

int b = 5

double answer = int a/int b

print(answer)

output == 0.64444444444

please mark me as brainliest

Similar questions