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  >  IBM

 Print  |  
Question:  1.If + is replaced by *,* is replaced by -,- is replaced by / ,/is replaced by% nad % is replaced by + then what is the value of the following expression.

25-3+32/5%2
35-2+4/3%42
25+4-5%6*7


Answer: pls explain how to solve this.specialy the operation of modulus operator.


August 08, 2007 09:31:49 #2
 pradipto_dg   Member Since: Visitor    Total Comments: N/A 

RE: 1.If + is replaced by *,* is replaced by -,- is re...
 
25-3+32/5%2

25/3*32%5+2 = 18.66

35-2+4/3%42

35/2*4%3+42 = 31.5

25+4-5%6*7

25*4/5+6-7 = 19
     

 

Back To Question