Double datatype has decimal, while int only has whole numbers (integers).
Change your variable datatype to int
0_1588796992245_4a19f47e-43f3-4ba9-bb84-ff55ac7fcb80-image.png
Note that there will now be rounding errors if you do any math with the variable. Maybe should create a dedicated int variable just for the comment display, and use double type variables elsewhere.
F