الأجوبة
#include<iostream>
using namespace std;
int main(){
int pass;
for(int i=1;i<=5;i++){
cout<<"enter the password";
cin>>pass;
if(pass==4321){
cout<<"correct";
break;}else
cout<<"incorrect try agin";}
return 0;}
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال