String Combiner Programme in Scratch: Tutorial

Опубликовано: 14 Июль 2026
на канале: Michael Goddard
512
6

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)