Activity: Addition operation using block coding
An addition arithmetic operation is used
to add the values stored in two variables.
Like the way we add values in
mathematics, we can store values in
different variables and perform an
additional operation. The addition of
these variables is displayed as an output
of the program.
For example, performing add operation
on a variable "a" holding value "27" and a
variable "b" holding value "56" will result
in an output "83". To understand this
arithmetic operation better, let us
understand how to implement it
practically in programming. For this, we
are going to take example of platform
https://arcade.makecode.com/. Let us
refer to the steps given in video to understand
more in detail.