Understanding variable in programming | Scratch 3 | Coding

Опубликовано: 26 Июль 2026
на канале: Code With Markie
62
3

Variable is a vital aspect of programming. understanding variable in programming helps us create reusable codes.

A variable is a storage container for that and data stored in. a variable can be modified or retrieved.

variable can also store different types of data such as numbers, strings and boolean value.

In this video we will use Scratch 3 to demonstrate how to create a variable, store data in a variable and retrieve the data from the variable.

#variable #coding #programming #scratch3