1. Walk-through the sample code.

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