alexandriacolon7628 alexandriacolon7628 01-04-2024 Computers and Technology contestada Insert code boxes in the correct position in order to build a line of code which asks the user for an integer value and assigns it to the depth variable. a) int depth = ; b) depth = getInt(); c) int = depth(); d) depth = getInt();