$display(" INITIAL VALUES:\n BIT=%B \n BYTE=%B \n LOG=%B \n WIRE=%B \n REG=%B \n INTEGER=%B \n INT=%B \n SHORTINT=%B \n LONGINT=%B \n REAL=%B \n STRING=%s ",bt,byt ...
Did you see a pattern in dividing the number into chunk of words? For example, 123 and 123000. Group the number by thousands (3 digits). You can write a helper function that takes a number less than ...