Computer Science, asked by ComputerScienceKid, 9 months ago

Answers to code practice 1.7 questions 1 and 2 on edhesive :
" Write a program that uses two input statements to get two words as input. Then, print the words on one line separated by a space. "
and
" Write a program that asks the user to input their first and last names. The first prompt should state:

Please input your first name:
The second prompt should state:

Please input your last name:
After accepting the inputs, your program should output the input in the form last name, first name. "

Answers

Answered by Anonymous
2

Explanation:

Hope you have underatood the code

Attachments:
Similar questions