Computer Science, asked by fatboii69420, 8 months ago

Identify the data type of the following variables
1. A=245 -
2. B=35.30 -
3. C=5.7+12j -
4. S= “Hello” -
5. L= [10, “XYZ”,90.8] -
6. T =(10,11.3,12, “abc”) -
7. D= {‘Name’: ‘Divya’, ‘maths’:89, ‘science’:70} -

Answers

Answered by somysandilya471
4

Answer:

1) Integer or int .

2) decimal or double.

4) character or char.

Similar questions