Computer Science, asked by PURUSHOTTAMSRINET, 10 months ago

IN CONTRAST WITH 8TH JAVA PROGRAMMING:--

Write the data types for the following values :
a) "5"
b) '5'
c) 5
d) 5.0D
e) TRUE
Write the output for the following expressions
a) 25 % 2;
b)25/2;
c) 25.0/2;
d) "1500" + "2500";
© 25.0 % 4.0;​

Answers

Answered by junaidkhan61
1

Explanation:

a) string

b) char

c) int

d) double

e) Boolean

a) 1

b) 12

c) 12.5

d)

e) 0

Similar questions