Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Feedback? CHALLENGE ACTIVITY 2 . 6 . 3 : Concatenating strings. First, write two input ( 0 statements to read in values for my _
Feedback?
CHALLENGE
ACTIVITY
: Concatenating strings.
First, write two input statements to read in values for mycity followed by mystate.
Then, use string concatenation to assign logentry with currenttime, mycity, and mystate. Separate each value with a space character
Ex: If mycity is Houston and mystate is Texas, then the output is:
::: Houston Texas
Learn how our autograder works
q
currenttime :::
Your solution goes here
printlogentry
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