No, it will not print RND. In order to print 'RND', you will need a String variable type and quotes "" around the RND. It will print 0. Why? Because RND is not RND(), it recognizes it as a variable, and variables that are not predefined default to 0.