User profile: vikramathitan

User info
User name:vikramathitan
History
Joined:
Number of posts:24
Latest posts:

output of the following prigram
int main() { intx,y=10,z=10; x=(y==z); cout<<x; return 0; } the ans is = 1. Can anyone expl...

True or False
Assume that a=10, b=5 and c=2, evaluate TRUE or FALSE for the following experssion 1.(6/2)!=0 //T...

variable names
Give good variable name for the following statement 1.a variable to hold item price //float 2....

DO WHILE loop
write 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...