Arithmetic/Integer: Difference between revisions

Added solution in J.
(Added solution in J.)
Line 130:
putStrLn $ "a * b = " ++ show (a * b)
putStrLn $ "a / b = " ++ show (a `div` b)
 
=={{header|J}}==
(+ , - , * , <.@% , |)
 
=={{header|Java}}==
Anonymous user