Question: Please solve this using python (repl it) Also test the equation by inputting 5 for a and 0 for b. The output should be zero.
Instructions from your teacher: DEVELOPED BY VITALY PAVLENKO (https://repl.it/@cxielamiko) Statement Write a program that solves a linear equation ax b in integers. Given two integers a and b (a may be zero), print a single integer root if it exists and print "no solution" or "many solutions" otherwise. Example input #1 1 2 Example output #1 2 Example input #2 2 Example output #2 no solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
