Pattern printing using digits, characters, special characters etc needs sound logic and extensive practice. In this page you will get links to number of pattern printing programs along with explanation. Hope it will help my viewers.
To view the programs, click on the links
BlueJ Program To Print Pattern like below
9
7 9
5 7 9
3 5 7 9
1 3 5 7 9
Pattern of numbers in BlueJ
1
3 1
5 3 1
7 5 3 1
9 7 5 3 1
Pattern on Numbers
13579
35791
57813
79135
91357
Pattern with digits and space
1
1_2
1_2_3
1_2_3_4
1_2_3_4_5
_ stands for space
Pattern as follows
0
0 1
0 2 4
0 3 6 9
0 4 8 12 16
0 5 10 15 20 25
0 6 12 18 24 30 36
0 7 14 21 28 35 42 49
0 8 16 24 32 40 48 56 64
0 9 18 27 36 45 54 63 72 81
Pattern as follows
55555
55
55
55
55555
Pattern on numeric and letter
1a
1a 2b
1a 2b 3c
1a 2b 3c 4d
BlueJ Program on pattern on numbers
1
31
531
7531
BlueJ Program on printing a word in a specific pattern
child
hildc
ildch
ldchi
dchil
child
Pattern Using BlueJ on Numbers
3 3 3
5 5 5 5 5
7 7 7 7 7 7 7
Pattern on characters
e
ed
edc
edcb
edcba
and
a c e g
i k m
o q
s
Pattern on string
This
This is
This is a
This is a test
BlueJ Program to print the series of numbers and star
1 2 3 4 *
1 2 3 * 5
1 2 * 4 5
1 * 3 4 5
* 2 3 4 5
Pattern with digits
5 5 5 5 5
5 4 4 4 4
5 4 3 3 3
5 4 3 2 2
5 4 3 2 1
Pattern
1 3 5 7 9
3 5 7 9 1
5 7 9 1 3
7 9 1 3 5
9 1 3 5 7
Pattern
*------------*
--*--------*
----*----*
------ *
----*-----*
--*---------*
*-------------*
Pattern
*
* *
* * *
* * * *
* * *
* *
*
Pattern in BlueJ using Nested and Single Loop
1 2
3
4 5
6
7 8
9
10 11
Pattern
1
1 2 2 1
1 2 4 4 2 1
1 2 4 8 8 4 2 1
1 2 4 8 16 16 8 4 2 1
1 2 4 8 16 32 32 16 8 4 2 1
1 2 4 8 16 32 64 64 32 16 8 4 2 1
1 2 4 8 16 32 64 128 64 32 16 8 4 2 1
Printing Any Word in Pattern Format Using BlueJ
happyyppah
happ ppah
hap pah
ha ah
h h
ha ah
hap pah
happ ppah
happyyppah
Pattern on a word
J
EE
UUU
LLLLL
BBBBB
Program on Intersection Pattern
The pattern is:
1
!
12
!
123
!
1234
!
Pattern
97531
7531
531
31
1
Pattern
1234
2341
3412
4123
Pattern
7654321
*54321
**321
***1
**321
*54321
7654321
1
21
123
4321
12345
Following Pattern
1
333
55555
7777777
999999999
7777777
55555
333
1
1
2_2
3_3_3
4_4_4_4
5_5_5_5_5
4_4_4_4
3_3_3
2_2
1
Following Pattern
_1____
___121___
__12321__
_1234321_
123454321
.____A
___AA
__AAA
_AAAA
AAAAA
_AAAA
__AAA
___AA
____A
aaaaaaaaa
bbbbbbb
ccccc
ddd
e
54321
4321
321
21
1
Following Pattern
-----------1234567--------
------------23456--------
-------------345----------
--------------4-----------
-------------345----------
------------23456---------
-----------1234567---------
------------1--------
-----------2_2-------
----------3_3_3------
---------4_4_4_4------
--------5_5_5_5_5-----
---------4_4_4_4------
----------3_3_3-------
-----------2_2--------
------------1----------
--------------1----------
-------------333---------
------------55555--------
-----------7777777-------
----------999999999------
-----------7777777-------
------------55555--------
-------------333---------
--------------1----------
6
6 12
6 12 18
6 12 18 24
No comments:
Post a Comment