what should i use to achieve this?
Attachment 1364
This my code result
Attachment 1365
Code Java:// your code goes here public void setHistory(int gamenumber, String name, int numofroll){ this.history = "Round\t" + "Player\t" + "Roll\t" + "\n" + gamenumber + " " + name + " " + numofroll; }
