Given the list of whole positive integers, create a list of integers which have a whole square root, print the length of the list, and print the last item in the list.
a) Print the length of the list and the last item in the list.
b) Print only the length of the list.
c) Print only the last item in the list.
d) Perform none of the mentioned actions.