What are the values of the following expressions? In each line assume that,

double x = 2.5;

double y = -1.5;

int m = 18;

int n = 4;

String s = "Storm";

String t = "Watch";

x + n*y - (x+n)*y ______________

m/n + m%n ______________