Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 3 : Concatenation Codio will provide 2 strings to your program. Your job is to join the strings together with some additional text. For
Exercise : Concatenation
Codio will provide strings to your program.
Your job is to join the strings together with some additional text. For instance if we input Bob for name and Sue for name we want our program to output:
Bob's done and Sue's done
Since this program requires input, you will not be able to test your program first using the Try It button. Rather click on the Code Visualizer link to run your code line by line. Once you open this, and the code reads the input statements, it will show you a box to enter in some data.
Step 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