+ 12
LMAO the amount of flirting going on😂😂😂
25th Jun 2018, 6:16 PM
M Abd
M Abd - avatar
+ 11
Designing I was scrolling down ur activities and I ended up here
25th Jun 2018, 10:11 PM
M Abd
M Abd - avatar
+ 11
Designing It took me about a few seconds to scroll all the way down
26th Jun 2018, 9:18 AM
M Abd
M Abd - avatar
+ 5
This dude is thirsty AF.
26th Nov 2016, 2:45 AM
Seckar
Seckar - avatar
+ 5
This thread is great!
1st Dec 2016, 7:12 AM
bernscode
bernscode - avatar
+ 4
I guess it can be useful... if you have the deduction skills of a cabaline.
23rd Nov 2016, 6:50 PM
Seckar
Seckar - avatar
+ 4
control yourself, Majid 😂😂
25th Nov 2016, 1:31 PM
Lucas Heim
Lucas Heim - avatar
+ 4
Thanx @Designing, you were my first!
1st Dec 2016, 7:19 AM
bernscode
bernscode - avatar
+ 3
Thanks a lot for this useful information.
25th Nov 2016, 6:04 AM
Lazarus Banda
Lazarus Banda - avatar
+ 3
It was very useful.thanks a lot desinging ☺
28th Nov 2016, 6:54 AM
Ahmad
Ahmad - avatar
+ 2
@Designing sure. Although I mostly use Java for genetic algorithms and neural networks but a simple app should be okay Okay, here is my take: 1st of all, lots of redundant variables. Why do you need all those "name" variables and not just use the length from the array class? 2nd, why no suggestive names for variables? Anyway, isn't this much simpler and more explicit? public static void main(String[] args) { String[] color = {...}; String[] brand = {...}; String[] year = {...}; String[] miles = {...}; String[] fuel = {...}; String[] tint = {...}; //Get rid of those variables altogether, use a functional approach and use a Random generator Random rand_gen = new Random(); //Print "sum", then the other stuff. From each array, a random int in 0...length is selected, then we display said element System.out.println (color[rand_gen.nextInt(color.length)] + brand[rand_gen.nextInt(brand.length)] + year[rand_gen.nextInt(year.length)] +); System.out.println("Currently at " + miles[rand_gen.nextInt(miles.length)] + " miles."); System.out.println("Fuel: " + fuel[rand_gen.nextInt(fuel.length)] ) ; System.out.println("Window Tint: " + tint[rand_gen.nextInt(tint.length)] + "%"); }
1st Dec 2016, 10:42 AM
Seckar
Seckar - avatar
+ 1
wow beautiful pic designing
1st Dec 2016, 6:35 AM
Donatello Versace
Donatello Versace - avatar
+ 1
Thanks!
22nd Mar 2019, 4:20 PM
Charles _The_Cat
Charles _The_Cat - avatar
- 2
@majid razzak she started following me bro
28th Nov 2016, 2:01 AM
Abdul Majid
Abdul Majid - avatar
- 2
you are so sweet hahaha..... xD if you have some trubles just ask.... i on sweetes smiles i ever saw on photo
1st Dec 2016, 10:35 PM
Uros Stojiljkovic
Uros Stojiljkovic - avatar