my julia version is 1.5.4
n = round(Int, Z/ez) (or better yet, n = div(Z, ez). ) Also in the future, it is better to use text in
n = round(Int, Z/ez)
n = div(Z, ez)
```Block Quotes```
rather than posting images.
Thanks so much !!