Amcat Papers New! -

// What is y? (original bug might be infinite loop) AMCAT is speed + accuracy . Even if you know concepts, practice timed solving. Use AMCAT papers (sample/memory-based) to get familiar with the question style, not just content.

Would you like a downloadable AMCAT sample paper PDF or a topic-wise question bank? amcat papers

int x = 5, y = 0; while(x > 0) y = y + x; x--; // What is y