The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-18-2007
the_learner the_learner is offline
Registered User
  
 

Join Date: Apr 2007
Posts: 75
u mean (b*100) /a ??

but then supposed (b*100)/a is 25.5 which is greater than 25. but still the condition (b/a*100 > 25) will evaluate to false right ?