Write an example for the following data types
a) String
b) Float
c) Integer
Answers
Answered by
3
Answer:
all options are right.
Answered by
7
Answer:
a) String
, the word "hamburger" and the phrase "I ate 3 hamburgers" are both strings. Even "12345" could be considered a string, if specified correctly.
float
for integers, the range is from -9007199254740991 to +9007199254740991 (-253 to +253).
Similar questions