Question: I am in an intro programming class and do not know how to code at all. Below is a program I am supposed to do
I am in an intro programming class and do not know how to code at all. Below is a program I am supposed to do but do not know how to, I am using Atom as my text editor ad Windows Powershell as my compiler. He wants it done how the pictures suggest. COuld you please explain step by step how to do this (pictures would be great) it would be even better if you could explain it in a way that teaches me as well. Thank you so much




program is to show how to do basic things in a language. Your job is to take the given code, modify it to output 4 different messages. The idea is the output isn't terribly hard or important, I want you to practice the command line commands and practice compiling on the command line. These two skills will be extremely important throughout the entirety of the course and so we want to work on them early. #include iostream using std::cout; using std: endl; int main) cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
