diff --git a/cpp/pramid of alfabet b/cpp/pramid of alfabet new file mode 100644 index 0000000..84493ab --- /dev/null +++ b/cpp/pramid of alfabet @@ -0,0 +1,21 @@ + #include + using namespace std; + int main() + { + + int i,j; + int n=5; + + for(i=1;i<=n;i++) + { + for(j=1;j<=i;j++) + { + cout<<((char)(j+64)); + } + + cout<