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

Posted on by