Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
After the exam, one dude put some holi powder on me. I'm struggling to get it off.
Someone help.  | 
  | 
| asked by Deleted Account (hadiq_pv) 9 years ago  | 
1  | 
 + 1 more questions by hadiq_pv    
Which is the best data type for a variable to store an amount of moey like Rs. 40000 ?  | 
  | 
 
| asked by Deleted Account (hadiq_pv) 9 years ago  |  
2  |  
  | 
It's over ... It's finally over !!  | 
  | 
| asked by Kevin Peter (nightfury232) 9 years ago  | 
0  | 
Can any1 upload the PE paper pls...  | 
  | 
| asked by Safin Figueiro (svf12) 9 years ago  | 
0  | 
hi guys how was ur last paper of ur first board exam of ur life?????????????  | 
  | 
| asked by Dr.Bhoomika Shankar (surys) 9 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!");
        }
    }
} | 
  | 
| asked by Darshan Deshpande (darshan1504) 9 years ago  | 
0  | 
please upload d computer paper  | 
  | 
| asked by Sdfg Sdfg
 (sdfg) 9 years ago  | 
1  | 
Wht was d answer of Q4 (commercial application )  | 
  | 
| asked by Sugandh Gupta (sugandh96) 9 years ago  | 
0  | 
Guyzr v supposed to ryt the output of our programs???  | 
  | 
| asked by Ko (vsbha) 9 years ago  | 
1  | 
Anybody...a prg for selection sort...plz  | 
  | 
| asked by Niranjan D R (thuglife) 9 years ago  | 
1  |