I have a simple piece of code that doesn't do what I expect. What is wrong with this code?
int value1 = (int).5*100;
This is pretty easy but through me for a loop for a good moment. Of course, the answer is trivial and already known. But, I thought it might be fun for someone to think about.
Credit will be given to first person who come up with the correct solution and explains why.

I have a simple piece of code that doesn't do what I expect. Well, if you expected it to make coffee, you'll have to plug the coffee-brewing subroutine or it'll never work. – KooKiz Jul 22 '12 at 9:42