Question: 2 . 1 . 2 : Concatenating strings. Use input ( ) to read a string from input into variable my _ city. Then, use
: Concatenating strings.
Use input to read a string from input into variable mycity. Then, use input again to read another string from input into variable
mystate.
Lastly, use string concatenation to assign logentry with the following strings in order, all on one line:
currenttime
a space character
mycity
a space character
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
