Write a Bash script that splits a colon-separated string into an array and prints each element on a new line. Additionally, count the number of elements and print the count.
→ Expected Output Example:
Enter a colon-separated string: one:two:three:four