Techiehints Software
for (int i = 0; i < 10; i++) { System.out.println(Math.round(Math.random() * 89999) + 10000); }
Δ
Leave a comment