Question: Complete the below code #include #include using namespace std; void main() { } int num1, num2, result; num1 = 12; num2 10; = //

Complete the below code #include #include using namespace std; void main() { } int num1, num2, result; num1 = 12; num2 10; = // dislpay + result = num1 + num2; cout < < num1 < < + < < num2 < < " = " < < result < < endl; // display - // display * // display / system("pause"); 11 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
