Computer Science, asked by sushila8316, 1 year ago

Which four options describe the correct default values for the types indicated ? 1.int ->0 2.string ->null 3.dog -> null 4.boolean ->false 5.float->0.0 6.boolean->true?

Answers

Answered by 31shivani
0
The four options which describe the correct default values for the types indicated are :
1. int=0
2. String= null
4.boolean= false
5.float=0.0
Hope it is helpful.
Similar questions