How to declare and use variables in C++ in 2 easy steps

C++ Programming: Data TypesVariables in C++Using data types and variables in C++ programmingThe C++ Program Explained Variables in C++ can be declared and used in 2 easy steps as shown in this excerpt from chapter two of my book, Practical C++ for Beginners: A concise and friendly introduction to programming. It…

Continue ReadingHow to declare and use variables in C++ in 2 easy steps

How to write BASIC programs that include arrays, subroutines and functions

In this BASIC (Beginner's All-purpose Symbolic Instruction Code) tutorial for absolute beginners, the concepts of arrays, subroutines and functions are explained. Programs are written to show how and where to use them. https://www.youtube.com/watch?v=3_FE6Q5L1II How to write programs in BASIC

Continue ReadingHow to write BASIC programs that include arrays, subroutines and functions