output of the following prigramint main() { intx,y=10,z=10; x=(y==z); cout<<x; return 0; } the ans is = 1. Can anyone expl...
True or FalseAssume that a=10, b=5 and c=2, evaluate TRUE or FALSE for the following experssion 1.(6/2)!=0 //T...
variable namesGive good variable name for the following statement 1.a variable to hold item price //float 2....
DO WHILE loopwrite pseudocode for the driven program that requests the user to select several shapes. The shapes ...
declarations in c++c++ question. Can anyone help me on this please. 1.a constant that gives the name discount to the v...