Zend certified PHP/Magento developer

How to get product custom attribute drop-down appear on frontend?

Basically I have to create a drop-down of “brands” on my product page such that customers can manually select their brands depending on their choice. What is the way to do this?

Is it possible to create a custom attribute of brands in the admin panel then show that dropdown of brands in the frontend such that customers can select their choice of brand manually?

By the way, I have created the dropdown of brands in the admin panel, I want to show this dropdown in the frontend also..

Thanks!!