Emperor Sabi avatar

The simple password program in C++ language.

learnandgrow

Published: 07 Feb 2018 › Updated: 07 Feb 2018The simple password program in C++ language.

The simple password program in C++ language.

Language Used

This program is made in C++ language.
alt

CODING

#include
using namespace std;
int main(){
int a,z;
string b;
float c;
int x;
string e;
int f;
string q;
cout<<" Welcome to alpha pheniox 1.1"<<endl;
cout<<"1.create your account press 1"<<endl;
cout<<"2.login"<<endl;
cout<<"3.leave"<<endl;
cin>>a;
switch (a){
case 1:
cout<<"Enter Your Username"<<endl;
cin>>b;
cout<<"Enter Your Password.remember password should be in integers'in numbers'"<<endl;
cin>>c;
cout<<"Welcome "<<b<<endl;
cout<<"confimation code is sent to your email come back and enter confirmation code"<<endl;
cout<<"press any key to exit"<<endl;
break;
case 2:
cout<<"Enter Your Username"<<endl;
cin>>e;
cout<<"Enter Your Password"<<endl;
cin>>f;
if(e"sabi"&&f0000){
cout<<"Login Sucessful"<<endl;
cout<<"press 4 to go to your profile"<<endl;
}else{
cout<<"not registered. go to sign up menu"<<endl;
}
cin>>x;
if(x4){
cout<<"Welcome "<<b<<endl;
cout<<"press any key to sign out"<<endl;
if(q"exit"){
return 0;
}

}
cout<<"bye Sabi"<<endl;
break;
case 3:
return 0;
break;
case 4:
cout<<"input the test thing"<<endl;
cin>>z;
int y [2][5] ={
{
000,001,002,003,004
},
{
005,006,007,8,9
}
};
if(z==y [0][3]){
cout<<"weldone sabi"<<endl;
}
else{
cout<<"failure"<<endl;
}

return 0;

}
}

Compiler Used

the compiler that I used to compile this post is CodeBlocks
alt

Programming is fun guys

alt
This is damn right keep in mind

I hope you guys liked it

Leave The simple password program in C++ language. to:

Written by

SCIENTIST, Programmer,Photographer, Entrepreneur & Steemian .

Read more #programming posts


Best Posts From Emperor Sabi

We have not curated any of learnandgrow's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From Emperor Sabi