Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
If int A[ ] = {9,8,0,4,5,6,6,8,1,5};
 What are the values of 'm' and 'n'?. m = Math.max(Math.pow(A[1],A[2]) , Math.sqrt(A[3])); n = Math.pow(Math.min(A[1],A[7]), A[3]); | 
  | 
| asked by Appus nikhil (appus007) 9 years ago  | 
3  | 
Guys could any1 help me.... i want some long if programs of different sorts... plzz  | 
  | 
| asked by Phaneendra Tenneti (phaneendra12) 9 years ago  | 
0  | 
Economic Applications people:- Can you please explain what is 'reserve price of a seller'...  | 
  | 
| asked by Gunjan Maheshwari (chocopie2000) 9 years ago  | 
0  | 
REALLY? NO ECO APP PPL HERE?  | 
  | 
| asked by Sidra Haider (sidrahaider) 9 years ago  | 
2  | 
What would be the output?
int a=5, b=8;
        int sum=9;
        sum+= a++ + --b +(sum-- + a);
        System.out.print(sum); | 
  | 
| asked by Sg (shreerockz15) 9 years ago  | 
1  | 
Guys what to study for class as user defined type and input output and encapsulation chapters pl z tell the important things to study !?  | 
  | 
| asked by Abhishek Shyam (abhibenne) 9 years ago  | 
0  | 
The classes Exception and Error are the subclasses of ______.  | 
  | 
| asked by Tabassum (thesilverlining) 9 years ago  | 
1  | 
Q and A guys ........Answer it 
1: Name the OOP principle which deals with 
a: Data hiding ;Access modifies like public,protected,private
b: interfaces and abstract classes 
2: Arrays are the objects of _____class. _____is a public instance variable that holds an array's size ( i didnt yet come to array chapter so i dont know the depth of it )  | 
  | 
| asked by MP Harsha (student58) 9 years ago  | 
3  |