Skip to content

MaheenSadiq/TrainingMLSA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainingMLSA

#include #include using namespace std;

int main() { char arr[9] = {'1','2','3','4','5','6','7','8','9' };

cout << "\t|\t|"<<endl;
cout <<  setw(4)<<arr[0]<<"\t|"<<setw(4)<<arr[1]<<"\t|"<<setw(4)<<arr[2] << endl;
cout << "___|__|___"<<endl;
cout << "\t|\t|"<<endl;
cout <<  setw(4)<<arr[3]<<"\t|"<<setw(4)<<arr[4]<<"\t|"<<setw(4)<<arr[5] << endl;
cout << "___|__|___"<<endl;
cout << "\t|\t|" << endl;
cout <<  setw(4)<<arr[6]<<"\t|"<<setw(4)<<arr[7]<<"\t|"<<setw(4)<<arr[8] << endl;
cout << "\t|\t|";

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Python 0.2%