195k views
18 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 Abhivemp
by
3.3k points

1 Answer

8 votes

Answer:

C

data converted from double to integer.

User Kvdb
by
4.0k points