hello
Could someone plese help me with this problem?
how do I
declare a private instance variable called ran of type random. Then add a line to the constructor to create an instance of random, using the random class's zero-argument constructor, and directly assign it to the instance variable ran.
any help would be great thanks :)
