Write a program that solves a linear equation for x. ax = b in integers.
Given two integers a and b (a may be zero), print: a single integer solution for x if it exists o