Question: Write an input ( ) statement to read a string from input and assign the string to a variable named first _ name. Then, write
Write an input statement to read a string from input and assign the string to a variable named firstname. Then, write another input statement to read a string from input and assign the string to a variable named lastname.
Click here for example
Ex: If the input is:
Guy
Ray
then the output is:
Guy Ray
Click here for example
Ex: If the input is:
Mai
Rios
then the output is:
Mai Rios
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
