In this video, we will create a programme that takes in two strings and a positive integer (whole number) n and prints out (says) the first n chars (characters) of the first and second string concatenated.
Concepts Covered:
Data types (strings and numbers)
Concatenation (combining strings, variables or a mixture of both)
Creating and updating variables
Sequence (order of your code)
Selection (if-then-else statements)
Iteration (loops)