Hi guys. I'm not a programmer or anything, I just sometimes code some little things that help me at my workplace :D
To the point: two integer numbers. The app looks for a correlation like "whenever you find a correlation of 5 and 10 in those integer numbers, return 1"
Example1:
Integer1: 10
Integer2: 5
Result: 1
Example2:
Integer1: 25
Integer2: 20
Result: 3
Anyone has an idea how to do it in general? BTW I'm planning to code it in Delphi (the only language I know except for Excel's VBA)

9 years ago

Comment has been collapsed.

Sign in through Steam to add a comment.