Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
where can i find predict the output questions on the net?  | 
  | 
| asked by Thulluminati (asthetic31) 9 years ago  | 
1  | 
public class p 
{
    public static void main (String args [])
    {
       int i , a=0,j,b=0;     
       for (j=2;j<=100;j++)
       {          
       for(i=1;i<=j;i++)
        {
            if(j%i==0)  
            b=b+1;                     
    }
    if(b<=2)
     a=a+j;
}
System.out.print(a);
}
} 
program to find the sum of prime num , please correct my mistake in this !!! | 
  | 
| asked by Hareesh Ramakrishnan (hareesh0922) 9 years ago  | 
1  | 
 + 2 more questions by hareesh0922    
anyone correct my program below  | 
  | 
 
| asked by Hareesh Ramakrishnan (hareesh0922) 9 years ago  |  
0  |  
public class p 
{
    public static void main (String args [])
    {
       int i , a=0,j,b=0;     
       for (j=2;j<=100;j++)
       {          
       for(i=1;i<=j;i++)
        {
            if(j%i==0)  
            b=b+1;                     
    }
    if(b<=2)
     a=a+j;
}
System.out.print(a);
}
} 
program to find the sum of prime num , please correct my mistake in this | 
  | 
 
| asked by Hareesh Ramakrishnan (hareesh0922) 9 years ago  |  
2  |  
 
 
Can anyone suggest me any theory questions plzzz...!!  | 
  | 
 
| asked by Phaneendra Tenneti (phaneendra12) 9 years ago  |  
1  |  
 
What's up guys ?  | 
  | 
 
| asked by Deleted Account (hadiq_pv) 9 years ago  |  
2  |   + 2 more questions by hadiq_pv    
666 3
Triangle.  | 
  | 
 
| asked by Deleted Account (hadiq_pv) 9 years ago  |  
1  |  
Please tell me how to write variable descriptions.
Please provide it with a program.  | 
  | 
 
| asked by Deleted Account (hadiq_pv) 9 years ago  |  
2  |  
 
 
which will b evaluated first..++ or () ?? in the 2015 paper, the ++ was valuated first although () has a higher precedence..can anyone explain this?  | 
  | 
 
| asked by Ishanuj Hazarika (ishanuj99) 9 years ago  |  
2  |  
 
99999 7777
555
33
1
How to print the pattern  | 
  | 
 
| asked by Anu krishna (anukrishna) 9 years ago  |  
2  |  
 
Guys do ya'll have any notes for definitions nd stuff ?? To prepare for section a  | 
  | 
 
| asked by Hrithesh Ramakrishnan (hrithesh23) 9 years ago  |  
1  |  
 
 
 
 |    |