Question: Using C++ and CodeBlocks IDE General overview Your program will consist of a number of cout statements to output two shapes. A rectangle (10x10) and
Using C++ and CodeBlocks IDE

General overview Your program will consist of a number of cout statements to output two shapes. A rectangle (10x10) and a triangle (with a base of 11 characters). The output must look exactly as follows 64C GEEG Your output must have the same syntax and spacing as above. Do not include any extra spaces after the output lines Failure to follow the requirements for lab lessons can result in deductions to your points, even if you pass the validation tests. Logic errors, where you are not actually implementing the correct behavior, can result in reductions even if the test cases happen to return valid answers. This will be true for this and all future lab lessons. Summary of tests There are three tests. The first test will make sure the first shape has been output correctly. The second test will make sure the 2nd shape is output correctly. The third test will make sure the entire output is correct-the first shape, the spacing between the shapes, and the second shape. You will get yellow highlighted text when you run the tests if your output is not what is expected. This can be because you are not getting the correct result. It could also be because your formatting does not match what is required. The checking that zyBooks does is very exacting and you must match it exactly. More information abut what the yellow highlighting means can be found in course "How to use zyBooks"- especially section 1.4 zyLab basics Finally, do not include a system("pause") statement in your program. This will cause your verification steps to fail. Note: that the system("pause"); command runs the pause command on the computer where the program is running. The pause command is a Windows command. Your program will be run on a server in the cloud. The cloud server may be running a different operating system (such as Linux)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
