Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } else {
        print "they are not the same";
    }
    
  2. or download this
    #include <iostream.h>
    
    ...
            cout << "they are different" << endl;
        }
    }