Write a program to print the following pattern in (for next loop);
1). 2). 3). 4).
EEEE A @2 1
DDD BB @4 12
CC CCC @16 123
B DDDD @256 1234
EEEEE 12345
Please help!!! Tomorrow is my exam
Answers
Answered by
1
Explanation:
In this C Programming example, you will learn to print half pyramid, pyramid, ... Print Pyramids and Patterns ... Programs to print triangles using *, numbers and characters ... 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5.
Similar questions