Ad
  • Default User Avatar

    i like how you used a switch to resolve interval output

  • Default User Avatar

    A question about your while loop : if the 1st condition 'i < args.Length -1' is false, then it won't check the second condition 'args[i+1] == args[i] + 1' ,is that right?
    asking because at first glance it looks like the second condition would throw out of bounds error