In Java, what is the correct syntax to declare an integer variable named 'num'?
int Num;
int num;
Int num;
integer num;

Software Engineering and Development Exercises are loading ...