Posts

Showing posts from September, 2021

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:- ...