0

I'm kinda confused with the "variables"in c++ can anyone of y'all explain it to me

I'm new to programming

1st Feb 2023, 6:52 AM
Sanskar Sinha
Sanskar Sinha - avatar
1 Odpowiedź
+ 1
A variable is a "container" for storing values for example Int a, b, c; a = 1; b = 2; c = 3; Here a,b,c are the containers Hope you understand :)
1st Feb 2023, 9:39 PM
Alex Wairegi
Alex Wairegi - avatar