; Here your code ! (define a (read)) (define b (read)) (if(integer? (/ b a)) (print (/ b a))(print "NO"))