Write the output...?

class Calculation 
{
    public static void main (String [] args) 
    {
        string name="sneha" ;
         system.out.println(name+70);
         system.out.println(70+90+name);
    } 
Which operator we are using here? 

Posted on by