Ideation & Prototyping Week 5
New Metaphors
So for my existing product or service, I decided to go with pizza delivery. I am very passionate about pizza as an occasional maker of pizza and a resident of the pizza belt






home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';