GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  OnMobile  >  Placement Papers

 Print  |  
Question:  create a method MAX(A,B,C) with using only +,-,*,/ and methods square,squareroot,power?



April 04, 2007 05:53:08 #1
 Kshama Shanker   Member Since: Visitor    Total Comments: N/A 

RE: create a method MAX(A,B,C) with using only +,-,*,/...
 
b+(abs(a-b)+abs(b-c)+(a+b))/2
     

 

Back To Question