Consider this code: “int s = 20; int t = s++ + –s;”. What are the values of s and t? by IT Nursery Consider this code: “int s = 20; int t = s++ + –s;”. What are the values of s and t?