operators here be continued

  • Assignment Operator
 = equal operator  
                      example
                      c=a+b
          += equal operator
                      example
                      a=+b
           -= equal operator  
                      example
                      a=-b
         *= equal operator  
                      example
                      a=*b
         /= equal operator  
                      example
                      a=/b



Comments

Popular posts from this blog

LOOP