Just using this topic for myself to complete challenges from the C++ intro course 
Anything changes you’d make/incorrect info would be well welcomed as I am still in the early stages of learning and open to hearing better definitions
Just using this topic for myself to complete challenges from the C++ intro course 
Anything changes you’d make/incorrect info would be well welcomed as I am still in the early stages of learning and open to hearing better definitions
Preprocessor directive: add external sources of code to help run our program
Main function: section to create the process of our program
Expression statements: where we use code to speak to user/what user sees (in terminal in this case)
Declaration statemnts: create and ‘declare’ what variables are to be used eventually in expression statements
Return statements: what we return back to the system; null
Bulls & Cows Write-Up