| Ask a Question | Answer a Question! | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
| Anyone have together with biology notes...pls share with me drive link or mai me..(CH:reproduction, nervous system and genetics..)
..pls |  | 
| asked by Devansh Tripathi (drdevansh) 7 years ago | 
| 2 | 
| Why is an object called a static data member?? |  | 
| asked by Aayush Joshi (aayushjoshi) 7 years ago | 
| 1 | 
| can anyone tell me the problem with this snippet as I am not getting my output.
Purpose:
to enter 10 names of cities and their populations:
import java.util.Scanner;
class cit_pop
{
    void main()
    {
        Scanner in=new Scanner(System.in);
        System.out.println("Please enter the names of 10 cities and their populations:");
        int p[]=new int[10];
        String c[]=new String[10];
        for(int i=0;i<10;i++)
        {
            System.out.println("Please enter the names of cities and their populations:");
            
            c[i]=in.nextLine();
            p[i]=in.nextInt();
        } |  | 
| asked by Ashutosh Dash (ashutosh_dash) 7 years ago | 
| 4 | 
|  + 2 more questions by ashutosh_dash    
| in a menu driven program, should default case be added? |  |  
| asked by Ashutosh Dash (ashutosh_dash) 7 years ago |  
| 2 |  
| if comments are not written, are marks deducted? |  |  
| asked by Ashutosh Dash (ashutosh_dash) 7 years ago |  
| 1 |  
| anyone who can upload physical education specimen paper 2018... |  |  
| asked by Ayaan Mansuri (crq7) 7 years ago |  
| 2 |  
| can we use recursion? |  |  
| asked by Hatake Kakashi (jatintara) 7 years ago |  
| 3 |  
| Do we need to write comments and variable description in class programs (where the variables are already described in the question)? Pls tell. |  |  
| asked by Gargie D'souza (gar_d02) 7 years ago |  
| 2 |  
| Difference between dynamic and static binding ? |  |  
| asked by Akshay (akshay0072001) 7 years ago |  
| 1 |  
| differene between error and exception |  |  
| asked by Rtstud (mdarfath) 7 years ago |  
| 1 |  |  + 1 more questions by mdarfath    
| GUYS instead of writing 
int n = 12;
String n1 = Integer.toString(n);
we can directly write 
String n1 = ""+n;
no need  to write  Integer.toString(n); |  |  
| asked by Rtstud (mdarfath) 7 years ago |  
| 3 |  |  
| This is an extremely stupid question:
Can we use gel pen in the boards or only a ballpoint pen? |  |  
| asked by Pavan K Srinivasan (throwaway) 7 years ago |  
| 7 |  
| can sum1 tell me the bytes occupied by all data types |  |  
| asked by Mugdha Walawalkar (mugdhahemant) 7 years ago |  
| 5 |  
 |