458,247 views
27 votes
27 votes
Which of the following shows data conversion taking place?

a. “Hello” + “World”
b. print(int(45.7))
c. day = input(“What day of the week is it?”)
d. print(“My name is ” + name).

User RayLuo
by
2.6k points

1 Answer

21 votes
21 votes

Answer:

C

data converted from double to integer.

User Likhit
by
3.3k points