Source code by skeleton programmer
#include<iostream>
#include<windows.h>
using namespace std ;
int main(){
string name,answer;
int roll_no,star; cout<<"<0======Welcome======0>"<<endl;
sleep(1);
cout<<"S T U D E N T L O G I N"<<endl;
cout<<"Loding.........................."<<endl;
for(int i=1;i<=1;i++){
sleep(1);
cout<<"..................."<<endl;
cout<<".........................."<<endl;
}
sleep(1);
cout<<"Enter your name "<<endl;
cin>>name;
cout<<"Enter your Roll No "<<endl;
cin>>roll_no;
cout<<"Your info is saved "<<endl;
cout<<endl;
sleep(1);
cout<<"Do you want your info?"<<endl;
cin>>answer;
if(answer == "yes"){
sleep(1);
cout<<"Your name:- "<<name<<endl;
sleep(1);
cout<<"Your Roll no:- "<<roll_no<<endl;
sleep(2);
cout<<"Thank for Useing this "<<endl;
}else{
cout<<"ok you choose no "; }
cout<<endl;
sleep(1);
cout<<"\nHow many stars \nyou give this programe. "<<endl;
cin>>star;
cout<<"Thanks for your "<<star<<"stars. \nFor give this programe "<<endl;
}
Comments
Post a Comment