Computer Science, asked by aswinkpc123, 11 months ago

identify the type of following literals:

23.45,3456,true,"false"

Answers

Answered by anishasa
7

Answer:

23.45 - Floating point literal

3456 - Integer literal

true - Boolean literal

"false" - String literal

Similar questions