All Questions
1 question
5
votes
1
answer
170
views
Arrange numbers and operators to piano-keys
Let a # b = a*10 + b
Example :
5 # 5 = 55
9.5 # 3 = 98
Arrange numbers 1 to 7 to each piano's-white-keys.
Then arrange operators (+,-,x,/, and #) to each ...