Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
hi guys how was ur last paper of ur first board exam of ur life????????????? |
![](//pl.respaper.com/64/surys.jpg) |
asked by Dr.Bhoomika Shankar (surys) 8 years ago |
1 |
Can anybody tell me how many marks would be cut for this..
Q9)
import java.io.*;
class Wonder
{
public static void main() throws IOException
{ BufferedReader br = new BufferedReader (new InputStreamReader(System.in));
int i;
String country[]={"MEXICO","BRAZIL","INDIA","CHINA","PERU","JORDAN","ITALY"};
String wonders[]={"CHICHEN ITZA","CHRIST THE REDEEMER","TAJMAHAL","GREAT WALL OF CHINA","MACHU PICCHU","PETRA","COLOSSEUM"};
System.out.println("Enter country");
String cname=br.readLine();
cname=cname.toUpperCase();
int c=0;
for(i=0;i
{
if(country[i].compareTo(cname)==0)
{
System.out.println(country[i]+"-"+wonders[i]);
}
else
{
c++;
}
}
if(c==country.length-1)
{
System.out.println("Sorry not found!");
}
}
} |
![](//pl.respaper.com/64/darshan1504.jpg) |
asked by Darshan Deshpande (darshan1504) 8 years ago |
0 |
please upload d computer paper |
![](//pl.respaper.com/64/sdfg.jpg) |
asked by Sdfg Sdfg
(sdfg) 8 years ago |
1 |
Wht was d answer of Q4 (commercial application ) |
![](//pl.respaper.com/64/sugandh96.jpg) |
asked by Sugandh Gupta (sugandh96) 8 years ago |
0 |
Which is the best data type for a variable to store an amount of moey like Rs. 40000 ? |
![](//pl.respaper.com/64/hadiq_pv.jpg) |
asked by Deleted Account (hadiq_pv) 8 years ago |
2 |
Guyzr v supposed to ryt the output of our programs??? |
![](//pl.respaper.com/64/vsbha.jpg) |
asked by Ko (vsbha) 8 years ago |
1 |
Anybody...a prg for selection sort...plz |
![](//pl.respaper.com/64/thuglife.jpg) |
asked by Niranjan D R (thuglife) 8 years ago |
1 |
Say what you want, yesterday's match was fixed and that is a fact |
![](//pl.respaper.com/64/bestintheworld.jpg) |
asked by Saahil Sankar B (bestintheworld) 8 years ago |
1 |
plzz ans fast
name a package that is invoked by the default
name the default access specifier of a function |
![](//pl.respaper.com/64/jenita.jpg) |
asked by Jenita Maryam Jinu (jenita) 8 years ago |
2 |