1. Walk-through the sample code.

    01 #include "భవిష్యత్తులో.నేను"   
    02
    03 START
    04
    05   sankya a;
    06   a = 5 % 3;
    07   a = 4 % 3;
    08   a = 3 % 3;
    09   a = 2 % 3;
    10   a = 1 % 3;
    11   a = 0 % 3;
    12
    13 STOP
    14
    
                
    a