Which of the following are valid assertion statements (in terms of syntax)? Assume all variables are of type int.
1) int x = 5;
2) int y = 3.14;
3) int z = 'a';
4) int w = true;