+ 3
Can you please help me out with this pattern?
ABCDBCA ABCBA ABA A
9 Respuestas
+ 6
Pranjal Bose
If you need help, you can post the code you're struggling with. Try to search for similar questions or answers before posting and include relevant tags!
Please,
Do not ask someone else to do it for you!!?
• https://www.sololearn.com/post/75089/?ref=app
+ 2
Pls show your attempt
+ 2
Actually I have been trying this out for months but could not find a solution to it
+ 1
In java
+ 1
What input is needed to have that output?
(Edit)
Add Java to thread's tags ☝
* Java added to tags
+ 1
class Test
{
public static void main ()
{
int c=-1;
char ph='C';
for (int i=h;i>=1;i--)
{
for (int sp=1;sp <=c;sp++)
{
System.out.print(" ");
}
}
}
0
No. of rows will be input
0
Can anyone help me out?
0
I have shown my first attempt