Showing posts with the label patternShow All
make pattern using user value

#include <iostream> using namespace std; main() { cout<<"\t  welcome to pattern display "<<endl;     const int y=1 ,z ;     char symbol = '+';         cout << "enter first number&q…

draw pattern upword and downword

draw pattern upword and downword ---------------------------------------------------------------------------------  #include <iostream> using namespace std; int main() {     const int x = 0,y = 10;     char symbol = '…

Load More That is All