$myInfo = array(

"Name" => "Qaher Saberi",

"Age" => "18",

"Internship" => "Software Developer"

);

echo "My name is".$myInfo["Name"]."I am".$myInfo["Age"]."year old guy.I want to become a ".$myInfo["Internship"]. "I like Front-end developing and Back-and devloping. So I want to become a Full-stack developer. I hope you can help me through my journey on becoming a Full-stack developer. You can find more information about me on this website.";