'Terminal: How to MKDIR multiple directories with different names and auto increment

I need to create multiple directories with mkdir in Terminal with auto-increment: mkdir "apples" "bananas" "oranges" ... etc. Resulting folders should have auto increment at the beginning of each folder: 1 apples, 2 bananas, 3 oranges.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source