mask password and store as stringhttp://www.pasteall.org/32479 This work for me .
How would I type y = x + 3/4 - 2 in c++ lang.?#include <iostream> using namespace std; [code]int main() { int x , y; cout<<"The value of \"x\" is...
User to exit the programelse if (choice==5) { return 0; } this code exit the program when user press 5 . Are you lookin...
User to exit the programint main() { int choice; cout << "1.Hello world \n"<<"...\n"<<"5. Exit the program\n"; cin>...
Nested While loop?okay , my problem was in variable declaration , i declarate the variable that i used on inner loop ,...