marz9634 marz9634 14-02-2024 Computers and Technology contestada Given a string and an int n, return a string made of the first and last n chars from the string. The string length will be at least n. What will be the output?