Computer Science, asked by snehadewangan62, 1 month ago

Q3. Which is correct form of initiating value: 0 Day=5 Day='monday' 0 Day=1.25 All of the above​

Answers

Answered by Falcon06
0

Answer:

If you want to say i,ii,iii,iv in place of O the all are initialzation ,

Day = 5 ; it is initialzation of int

Day = 'monday' ; it is initialzation of string

Day = 1.25 ; it is initialzation of float

By seeing the string initialization I think the programming language you are talking about is python.

Please do Mark as Brainlist if you like my answer

Explanation:

Similar questions