camilem2935 camilem2935 19-12-2022 Mathematics Answered which statement tests if a singly linked node variable named myitem has been initialized? a. if (myltem b. if (myItem.getElement() != null) • c. if (myltem.getElement() == null) d. if (myItem != null)