Arrays Introduction

  • + 2 comments

    Since you are practising getting better, it's better style in c++14 to use copy(rbegin(v),rend(v),ostream_iterator(std::cout," "));