I just started learning java in order to do my final year project
(Don't ask me how i ended up having to do something i haven't
learned before :( ) I need codes that generate random equations in
the format of:
Ax + B for example: 2x + 3, 4x + 0, 10x + 1, etc
A and B are random numbers between -20 and +20
x is a variable.
I hope someone can help me.