Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
Sdfg, will 2012 paper for computers be repeating this year? Are you sure? |
![](//pl.respaper.com/64/durgapurcd644.jpg) |
asked by Chandan Banerjee (durgapurcd644) 8 years ago |
1 |
can annyone tell the precedence of opeators in JAVA.....PLS HELP!! |
![](//pl.respaper.com/64/tanmay_dani.jpg) |
asked by Ankit Fadia (tanmay_dani) 8 years ago |
1 |
Everyone has to watch...LICR evaluation
link in comment |
![](//pl.respaper.com/64/mpc123.jpg) |
asked by Bhavana (mpc123) 8 years ago |
2 |
prog for d pattern
123454321
1234 4321
123 321
12 21
1 1
am posting correct answer here:
class figure
{
public static void main(String args[])
{
int i,j,b=0;
for(i=5;i>=1;i--)
{
for(j=1;j<=i;j++)
{
System.out.print(j);
}
for(j=1;j<=b;j++)
{
System.out.print(" ");
}
for(j=i;j>=1;j--)
{
if(j==5)
continue;
System.out.print(j);
}
System.out.println();
if(b==0)
b=b+1;
else
b=b+2;
}
}
} |
![](//pl.respaper.com/64/dwaipayanray1.jpg) |
asked by Dwaipayan Ray (dwaipayanray1) 8 years ago |
1 |
Name the keyword that is used to invert the value of a boolean |
![](//pl.respaper.com/64/bestintheworld.jpg) |
asked by Saahil Sankar B (bestintheworld) 8 years ago |
1 |
APC Computer text out-of-syllabus parts ? |
![](//pl.respaper.com/64/rw45.jpg) |
asked by Rw45 (rw45) 8 years ago |
1 |
Whats "String[] args" ? |
![](//pl.respaper.com/64/akashdivakar.jpg) |
asked by Akash Divakar (akashdivakar) 8 years ago |
1 |