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  >  Accenture  >  Aptitude

 Print  |  
Question:  

+ means * and * means / and / means % what is the value of 2+3*5/7



September 09, 2005 13:45:23 #10
 ravi   Member Since: Visitor    Total Comments: N/A 

RE: + means * and * means / and / means % what ...
 

I think answer is 6 . Below is my explanation

step 1 -  2 * 3 / 5 % 7

step 2 -  2 * 3 / 1 as  ( 5 % 7 = 1)

step 3 - 2 * 3 (as 3 /1 = 3)

step 4 - 6 (as 2 * 3 = 6)

The precedense order is % / * if i am not wrong

     

 

Back To Question