This is Part 1 of a two-part series where we’ll solve the same challenge using two different approaches—first, with a nested loop, and next time with a frequency counter pattern We’re given two arrays ...
Why did you choose each loop for each challenge? Challenge 1 (While Loop): Since there wasn't an explicit range we needed to work in, While loops were chosen to give the user a wider range of ...