Code practice associated with the course "C++ Essential Training for Career Changers" by Peggy Fisher on Linkedin Learning.
https://www.linkedin.com/learning/c-plus-plus-essential-training-for-career-changers/
- Compiling and running C++ programs
- Creating variables in C++
- Choosing the correct data type to represent variables
- Creating assignment expressions
- Changing data types in C++
- Comparing values in C++
- Using logical operators
- Comparing strings in C++
- Defining and calling a function
- Using arrays in C++