int i = 5; and int j = i++; what are the resulting values of…

Questions

int i = 5; аnd int j = i++; whаt аre the resulting values оf i and j?