Ankit152 / CPP-STL

A repository to understand C++ STL and use it in coding interviews and coding contests.
6 stars 13 forks source link

I have added a pair3 file #31

Closed saptarshiweb closed 3 years ago

saptarshiweb commented 3 years ago

1 Issue has been solved. I have made the pair using the make_pair STL function as specified. Two inputs X and Y are taken from the console and passed to the makePair method, which prints the required output by making the pair.

Please review the code and merge if possible. Thanking you, Saptarshi Mandal