public class temp{ public static void main(String[] args){ int a=5; int b=3; int c=a/b; System.out.println(c); } }