C++ Variables, Algebra, Input and Output

Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=IZ2nSt9EdZk



Duration: 1:22:19
308 views
0


Today we covered a number of very core topics in C++:
1) How to make a variable (of types int, float, and string)
2) How to do algebra in C++ (addition, subtraction, multiplication, division, modulus)
3) How to read input from the keyboard
4) How to print variables to the screen