Hi, im just wondering if there is a quick solution to fill an array, similar to range in python, i usually use a for loop but is there a shorter way?
Also, i know the largest possible integer is 2,147,483,647 and long allows you do go much higher, but im wondering if theres a way to find that number automatically?, so i can code it in without having to remember it and constantly look it up in library and type it in