I need to define a number between n, such that 999<n<9999
, and I'm not sure how to do that.
I've tried to make an If
situation out of it, but I couldn't reach further because my number
is not defined. Also this is for a Java package.
I need to define a number between n, such that 999<n<9999
, and I'm not sure how to do that.
I've tried to make an If
situation out of it, but I couldn't reach further because my number
is not defined. Also this is for a Java package.