question archive OZ PROGRAMMING LANGUAGE Assign distinct digits to the letters A, B, and C such that ABC = AB + BC + CA represents a valid addition, where ABC is a number in decimal bases (e
Subject:Computer SciencePrice: Bought3
OZ PROGRAMMING LANGUAGE
Assign distinct digits to the letters A, B, and C such that ABC = AB + BC + CA represents a valid addition, where ABC is a number in decimal bases (e.g., number 123 has an arithmetics value of 100 + 20 + 3). Write an OZ program