fiend

* to view prints in color, click the image to be redirected

public class Main {
public static void main(String[] args) {
String me = "benevolent and good";
me = "fiend";
System.out.println(me);
}
}

“I was benevolent and good; misery made me a fiend.”

benevolent

misery

good