Follow us on FB

Thursday, June 27, 2013

how we minus the distances

#include<iostream>
using namespace std;
     class Distance
                        {
      private:
              int feet;
              float inches;
      public:
             Distance()
                        {
                       feet=0;
                       inches=0;
                       }

 

Copyright @ 2013 placeoflearn.