public calss Main
{
public static void main (String [args ])
{
int a = 15 , b= 2 ;
int num = a/b ;
System . out . println ( num ) ;
}
}


Output of the above code is

Posted on by