Contact Me
Preformatted
i = 0;
while (Emmanuel.isAnalyst()) {
print 'Iteration ' + i;
Contact.Me();
i++;
}
print 'It took ' + i + ' Contact Me.';
i = 0;
while (Emmanuel.isAnalyst()) {
print 'Iteration ' + i;
Contact.Me();
i++;
}
print 'It took ' + i + ' Contact Me.';