What my programming at LotrProject feels like
The code went Balrogue…

Show your love and donate
Updating and developing LotrProject takes many hours of work each month and hosting the site costs a lot of money. Please help keep this project up and running without advertisements and donate a small amount.
method fall(AAARG!)
You need some more attributes and functions for the Balrog class.
private long height=100;
private String weapon = “Firewhip”;
private static String fightResult (String Opponent){
if (Opponent.equals(“Dwarf”)
return “kill';
else if (Opponent.equals(“Gandalf”)
return “dead in the void”;
}