Question #256511

Write a script to enter your first name and last name and then print your concatenated name Hint( first name mandeep) Last name- Verma

Expert's answer

read -p "Enter first name: " name
read -p "Enter last name: " surname

echo "$name $surname"

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS