Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

exercise.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

Split Strings

Objectives

  1. Define a variable with the value of this name/string: Alexander Supertramp
  2. Using the variable you defined, print only the first name
  3. Using the variable you defined, print only the surname

Solution

Click here to view the solution