News
Pyramid number pattern In this section, we learn how to print pyramid ... Step 5- Outside the second loop and inside the first loop, give new line. Step 6- Stop. C JAVA Python C++ n=5 for i in range(n ...
Pyramid star pattern To ... Step 5- stop. C JAVA Python 1 Python 2 C++ for i in range(5): for j in range(i+1): print(“*”,end=” “) print() 2. Write a program to print the following pattern * C JAVA ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results