Collections

Exercise: Loop through the queue

Goal

Please loop through the queue using a while loop, and add the next item to the total variable. After the loop, please write the total to the console using Console.WriteLine.

Page 20 of 31