Write a short program that takes as input three integers, a, b, and c, from the Java console and determines if they can be used in a correct arithmetic formula (in the given order), like "a+b=c," "a=b-c," or "a*b = c."

icon
Related questions
Question
Write a short program that takes as input three integers, a, b, and c, from the Java console and determines if they can
be used in a correct arithmetic formula (in the given order), like "a+b=c," "a=b-c," or "a*b = c?"
Transcribed Image Text:Write a short program that takes as input three integers, a, b, and c, from the Java console and determines if they can be used in a correct arithmetic formula (in the given order), like "a+b=c," "a=b-c," or "a*b = c?"
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer