Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Does anyone know how I can fix this problem? my output seems to be wrong Challenges Collapse 2. 3. Joining more strings In this challenge,
Does anyone know how I can fix this problem? my output seems to be wrong
Challenges Collapse 2. 3. Joining more strings In this challenge, do not put any spaces in your test data. Your expression Start inputi 'Hello' needs to do this. input2 ' World' We will provide 2 strings to your Flode chart. Your job is to join the strings together so you get a single inputi+''+input2 string with a space between them. This is a common case in coding and you will need to create your output by joining the inputs and adding the space in the middle, End Check It! LAST RUN on 1/19/2020, 2:01:10 PM You got this wrong! We passed in "Friday" and "Cold" then got an output of "FridayCold" instead of "Friday ColdStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started