Aim: Draw automaton by using boolean array gridA of values true or false. (true = print(*), false = print(" "). this has to be done by printing the same Boolean Array (gridA) several times, but each time giving it the values of a separately calculated Boolean Array gridNext. values of gridNext are calculated based on the original Array(gridA) by method getNewRow.: Draw automaton by using boolean array grid