Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
z=x^3 + y^3 + y/z
Which is correct ?
1. z= Math.pow(x,3)+Math.pow(y,3)+y/z;
2.double z=Math.pow(x,3)+Math.pow(y,3)+y/z;  | 
  | 
| asked by Manidipa Majumdar (ngptmat) 7 years ago  | 
3  | 
Write a function prototype of the following :
A function PosChar which takes a string argument and a character argument and returns an integer value.
P.S. Please explain too. Thanks a lot  | 
  | 
| asked by Harry Potter (studyicse) 7 years ago  | 
3  | 
 + 1 more questions by studyicse    
State the data type and value of y after the following is executed :
char x='7';
y= Character.isLetter(x);
P.S. What will Character Wrapper Class do in this statement?  | 
  | 
 
| asked by Harry Potter (studyicse) 7 years ago  |  
2  |  
  | 
How to convert String to String buffer(syntax with example please)?  | 
  | 
| asked by Nehal G (nehalg) 7 years ago  | 
1  | 
 + 1 more questions by nehalg    
float dn=56.78
(i)store the first two characters and last two characters in 2 separate variables 
(ii)display the uppercase alphabet form of want is stored in 2 numeric variables  | 
  | 
 
| asked by Nehal G (nehalg) 7 years ago  |  
2  |  
  | 
Can someone CLEARLY tell me the diff between instance, class and local variable......  | 
  | 
| asked by Kris Shibu (zeusinmars) 7 years ago  | 
3  | 
 + 1 more questions by zeusinmars    
Can someone tell me the most probable programs which will come tmrw....  | 
  | 
 
| asked by Kris Shibu (zeusinmars) 7 years ago  |  
1  |  
  | 
Will I get good marks if I study from the APC book?  | 
  | 
| asked by Pavan K Srinivasan (throwaway) 7 years ago  | 
1  | 
plzz explain
what is the output in case the strings are of different length,while using compareTo function??does it work the same way-finding the difference between the values of 1st character of each word??  | 
  | 
| asked by Snigdha (silver2002) 7 years ago  | 
3  | 
How do we convert an integer to string and a string to integer??............and is it String.valueOf or Integer.valueOf......???  | 
  | 
| asked by Fire Bird (firebird) 7 years ago  | 
3  | 
URGENT Pls provide a simple program to print initials.  | 
  | 
| asked by Manas Rungta (rock19) 7 years ago  | 
2  |