So when I use this calculator code when i do 8-6 it equals -2 and 6-8 equals 2, so its backwards. Is there a way I can fix this.



import java.awt.*;
import java.awt.event.*;
import...