Hello guys,
I want to know how i can generate a random value in java, and which package will be included,
for example i want to add 4 random values

int i=0;
i+=function();

and second one how i can convert a string into capital latters in java.
thanks in advance.

PUNJABIAN263