Question: 2 . 7 . 1 : Printing a string. user _ word and user _ number are read from input. Output user _ word, followed
: Printing a string.
userword and usernumber are read from input. Output userword, followed by a comma and usernumber using a single statement.
Ex: If the input is:
Amy
then the output is:
Amy,
Note:
There is no space between the comma and usernumber.
The input values like Amy or should not explicitly be written in the code, since the values of userword and usernumber are randomly generated.
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
