[TEX]Please help me about my project "Array Alphabet"[/TEX]
this is the example output:
a
b c b
c d e d c
d e f g f e d
e f g h i h g f e
* I don't know how to start the program. Give me ideas. Thanks!
[TEX]Please help me about my project "Array Alphabet"[/TEX]
this is the example output:
a
b c b
c d e d c
d e f g f e d
e f g h i h g f e
* I don't know how to start the program. Give me ideas. Thanks!
#include <iostream>
using namespace std;
int main()
{
//code goes here
return 0;
}
That`s about it, the law says so.
start coding something and post it.
This is cute.
First of, look at the patterns. Tell me what you can figure.
Its interesting how the patterns unfolds. Just look at the result :
a
b c b
c d e d c
d e f g f e d
e f g h i h g f e
f g h i j k j i h g f
g h i j k l m l k j i h g
h i j k l m n o n m l k j i h
i j k l m n o p q p o n m l k j i
j k l m n o p q r s r q p o n m l k j
k l m n o p q r s t u t s r q p o n m l k
l m n o p q r s t u v w v u t s r q p o n m l
m n o p q r s t u v w x y x w v u t s r q p o n m
n o p q r s t u v w x y z z y x w v u t s r q p o n
o p q r s t u v w x y z z y x w v u t s r q p o
p q r s t u v w x y z z y x w v u t s r q p
q r s t u v w x y z z y x w v u t s r q
r s t u v w x y z z y x w v u t s r
s t u v w x y z z y x w v u t s
t u v w x y z z y x w v u t
u v w x y z z y x w v u
v w x y z z y x w v
w x y z z y x w
x y z z y x
y z z y
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.