Which of the following situations will require us to use type conversion?

Adding a string and an integer togetherAdding a float and an integer togetherAdding a boolean and an integer together

Adding a string and an integer together.