Join IDNLearn.com and become part of a knowledge-sharing community that thrives on curiosity. Join our Q&A platform to get accurate and thorough answers to all your pressing questions.

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).


Sagot :

Answer:

C

data converted from double to integer.