Introduction - If you have any usage issues, please Google them yourself
2.1.7 Two Sum Given an array of integers, find two numbers such that they add up to a specific target number.The function two Sum should return indices of the two numbers such that they add up to the target, whereindex1 must be less than index2. Please note that your returned answers (both index1 and index2) are notzero-based.