View Single Post
  #1 (permalink)  
Old October 2nd, 2008, 06:50 AM
curiaquita curiaquita is offline
Authorized User
 
Join Date: Apr 2008
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Displaying the remainder

Hi Guys,
I need to do the following operation in c or c++:
15 / 2 = 7 r 1
I need to show the result which is 7 and the remainder which is 1.
How could i do that ?
thanks
curiaquita

Reply With Quote