Java Associate — Easy What is the correct way to declare a variable of type integer in Java? A int x = 5; B number x = 5; C Int x = 5; D integer x = 5; Show explanation