- Home
- Studylists
Java Pattern Programs
Java Pattern Programs
Java Library Classes
Write a program in Java to display the following pattern:
a ce gik moqs
View Answer7 Likes
Java Library Classes
Write a program in Java to display the following pattern:
A
ab
ABC
abcd
ABCDEView Answer106 Likes
Java Library Classes
Write a program in Java to display the following pattern:
ZYXWU
ZYXW
ZYX
ZY
ZView Answer74 Likes
Java Library Classes
Write a program in Java to display the following pattern:
ABCDE
ABC
AView Answer45 Likes
Java Library Classes
Write a program in Java to display the following pattern:
PRTV
PRT
PR
PView Answer34 Likes
Java Library Classes
Write a program in Java to display the following pattern:
A*B*C*D*E*
A*B*C*D*
A*B*C*
A*B*
A*View Answer49 Likes
Java Library Classes
Write a program in Java to display the following pattern:
a a a a a
b b b b b
A A A A A
B B B B BView Answer61 Likes
Java String Handling
Write a program to accept a word (say, BLUEJ) and display the pattern:
B L U E J
B L U E
B L U
B L
BView Answer89 Likes
Java String Handling
Write a program to accept a word (say, BLUEJ) and display the pattern:
J
E E
U U U
L L L L
B B B B BView Answer32 Likes
Java String Handling
Write a program in Java to display the following pattern:
AAAAA
BBBB
CCC
DD
EView Answer14 Likes