Question: C++ Programming Given the following statements, which of the assignment statements below are valid. Mark all that are correct. int num1 = 40, num2 =
C++ Programming
Given the following statements, which of the assignment statements below are valid. Mark all that are correct. int num1 = 40, num2 = 10, newNum = 100; double x = 15.0, y = 5.1; a. num2 = num1 +4.6/2; b.num1 = 35; O cx = 12 * num 1 - 15.3; d.x/y = x*y; e. x = 35; f. num1 = x Og. num1 * num2 = new Num; h.newNum = num1 - num2; i. newNum = x - 5; Oj. num2 + 2 = num; * +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
