Computer Science, asked by Urshita1683, 21 days ago

Write a script to accept the first name and the last name from the user and print them together on the same line separated by a space.

Answers

Answered by laxmishukla7307819
4

Explanation:

This exercise you to write a program that touched some of the built-in sab routines for working with strings. The program should ask the user to enter the first name and their last name separated by a space read the user response using TextI0 ( ). Break the input string up into two strings one containing the first name and one containing the last name the initial are the letter first letter of the first name together with the first letter of the last name.

Attachments:
Similar questions