public static void main(String[] args) {

Dice dice = new Dice();
//creating the rents
int rents[][] = {
{2, 10, 30, 90, 160, 250},//Crumlin
{4, 20,...