
C++ Tutorial 2 - Variables
This tutorial shows you how to create some variables and print them.
try to change the line
l = x += xx
to
l = xx -= x
and / *
If you don’t understand some stuff post here or check on the tutorials before this one.

This tutorial shows you how to create some variables and print them.
try to change the line
l = x += xx
to
l = xx -= x
and / *
If you don’t understand some stuff post here or check on the tutorials before this one.