You are writing a Java program and need to declare a variable called myvar that can store an integer value, and you also want to assign to it the value of 5. Which line of code should you use? Choose the correct answer:
A. int myvar = 5;
B. integer myvar = 5;
C. myvar int = 5;
D. myvar integer = 5;