Kiayah456 Kiayah456 16-12-2021 Computers and Technology contestada Which of the following statements creates a constant in Java? A.int const = 5; B. const int x = 5; C. final int x = 5; D. const x = 5;