diff --git a/StringHandling.cpp b/StringHandling.cpp new file mode 100644 index 00000000..e0b53447 --- /dev/null +++ b/StringHandling.cpp @@ -0,0 +1,19 @@ +#include +#include +using namespace std; + +int main(){ + int i,j; + for(int i=1;i<=3;i++){ + for(int j=i;j<=3;j++){ + cout<<" "; + } + for(int j=1;j