+ 1
Phone number generator
Trying to create a mobile phone number generator, saw that on has already been created but I'm trying to do one that starts with 07 or +44 just to give it a bit more of an authentic look, was hoping someone could help out with the line of code I need
4 Answers
+ 2
Thanks mate
+ 1
First import Random. Then you want to generate your random number :D
Random r = new Random();
int r = r.nextInt(999999999);
System.out.println(r);
+ 1
It welcome :D
0
I need franch phone number