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