x32x01
  • بواسطة x32x01 ||
كود لأنشاء حساب على الفيسبوك
C++:
#include <iostream>
#include <string>
using namespace std;
int main()
{
 int facebook, creat = 1, login = 2, age;
 string user, pass, pass2, pass3, name, country, email, email2;
 facebook = login && creat;
 cout << "Welcome to in Facebook \n1-Creat Account\n2-Login\n";
 cin >> facebook;
 switch (facebook)
 {
 case 1:
  cout << "\tEnter the following data\n\n";
  cout << "Your name \n";
  cin >> name;
  cout << "ENTER Your age \n";
  cin >> age;
  cout << "Where are you from\n";
  cin >> country;
  cout << "Enter E-mail\n";
  cin >> email;

  cout << "Enter password \n";
  cin >> pass;
  while (pass != pass2)
  {
   cout << "again Enter password \n";
   cin >> pass2;
   if (pass == pass2)
   {
    cout << "Your Facebook account has been \nsuccessfully created\n";
   }
   else
   {
    cout << "Password is wrong \n";
   }
  } //\n\nAgain New ;
  cout << "Do you want to access your Facebook account \n Enter 2-login \n";
  cin >> facebook;
  while (pass2 != pass3 && email != email2)
  {
  case 2:
   cout << "Enter E-mail\n";
   cin >> email2;

   cout << "Enter the password \n";
   cin >> pass3;
   if (pass2 == pass3 && email == email2)
   {
    cout << "open\n";
   }
   else
   {
    cout << "password OR E-mail  WRONG\n try again ";
   }
  }
 }

 return 0;
}
 
المواضيع ذات الصلة
x32x01
الردود
0
المشاهدات
659
x32x01
x32x01
x32x01
الردود
0
المشاهدات
415
x32x01
x32x01
x32x01
الردود
0
المشاهدات
734
x32x01
x32x01
x32x01
الردود
0
المشاهدات
196
x32x01
x32x01
x32x01
الردود
0
المشاهدات
453
x32x01
x32x01
الوسوم : الوسوم
facebook أنشاء حساب حساب الفيسبوك فيسبوك مواقع التواصل
الدخول أو التسجيل السريع
نسيت كلمة مرورك؟
إحصائيات المنتدى
المواضيع
1,662
المشاركات
1,866
أعضاء أكتب كود
365
أخر عضو
abdulah
عودة
أعلى