Question: write the output for the following code. use c++ int num = 2; int disc = 10; if ((num == 2) && (disc = 5)

write the output for the following code. use c++
int num = 2; int disc = 10; if ((num == 2) && (disc = 5) cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
