Java Pattern Programs
Java Library Classes
Write a program in Java to display the following pattern:
a ce gik moqs
View Answer8 Likes
Java Library Classes
Write a program in Java to display the following pattern:
A
ab
ABC
abcd
ABCDEView Answer110 Likes
Java Library Classes
Write a program in Java to display the following pattern:
ZYXWU
ZYXW
ZYX
ZY
ZView Answer76 Likes
Java Library Classes
Write a program in Java to display the following pattern:
ABCDE
ABC
AView Answer52 Likes
Java Library Classes
Write a program in Java to display the following pattern:
PRTV
PRT
PR
PView Answer38 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 Answer54 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 Answer67 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 Answer100 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 Answer34 Likes
Java String Handling
Write a program in Java to display the following pattern:
AAAAA
BBBB
CCC
DD
EView Answer21 Likes
Showing 31 - 40 of 87 Questions