|
-
Aug 11th, 2015, 02:38 PM
#60081
-
Aug 11th, 2015, 02:39 PM
#60082
-
Aug 11th, 2015, 02:39 PM
#60083
-
Aug 11th, 2015, 02:39 PM
#60084
-
Aug 11th, 2015, 02:39 PM
#60085
-
Aug 11th, 2015, 02:39 PM
#60086
-
Aug 11th, 2015, 02:39 PM
#60087
-
Aug 11th, 2015, 02:39 PM
#60088
-
Aug 11th, 2015, 02:39 PM
#60089
-
Aug 11th, 2015, 02:39 PM
#60090
-
Aug 11th, 2015, 02:39 PM
#60091
-
Aug 11th, 2015, 02:39 PM
#60092
-
Aug 11th, 2015, 02:39 PM
#60093
-
Aug 11th, 2015, 02:39 PM
#60094
-
Aug 11th, 2015, 02:39 PM
#60095
-
Aug 11th, 2015, 02:40 PM
#60096
-
Aug 11th, 2015, 02:40 PM
#60097
-
Aug 11th, 2015, 02:40 PM
#60098
-
Aug 11th, 2015, 02:40 PM
#60099
-
Aug 11th, 2015, 02:40 PM
#60100
-
Aug 11th, 2015, 02:40 PM
#60101
-
Aug 11th, 2015, 02:42 PM
#60102
-
Aug 11th, 2015, 02:42 PM
#60103
Re: Post Race!
Code:
Public Module PostRace
-
Aug 11th, 2015, 02:42 PM
#60104
Re: Post Race!
Code:
Private r As Random = New Random
-
Aug 11th, 2015, 02:43 PM
#60105
-
Aug 11th, 2015, 02:43 PM
#60106
Re: Post Race!
Code:
Dim numbers() As Integer = Enumerable.Range(1, 99).OrderBy(Function(n) r.Next())
-
Aug 11th, 2015, 02:44 PM
#60107
Re: Post Race!
-Insert to line 2-
Code:
Imports System.LINQ
-
Aug 11th, 2015, 02:45 PM
#60108
Re: Post Race!
Line 7:
Code:
Console.WriteLine(String.Join(", ", numbers))
-
Aug 11th, 2015, 02:46 PM
#60109
Re: Post Race!
Line 8:
Code:
'1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 in a random order
-
Aug 11th, 2015, 02:47 PM
#60110
Re: Post Race!
Line 9:
Code:
Dim yearsLeft As Integer = numbers(r.Next(numbers.Length))
-
Aug 11th, 2015, 02:47 PM
#60111
Re: Post Race!
Line 10:
Code:
Console.WriteLine("You have " & yearsLeft.ToString() & " years left to live!")
-
Aug 11th, 2015, 02:47 PM
#60112
-
Aug 11th, 2015, 02:47 PM
#60113
-
Aug 11th, 2015, 03:01 PM
#60114
Re: Post Race!
This forum area is kinda racy.
Burn the land and boil the sea
You can't take the sky from me
~T
-
Aug 11th, 2015, 03:05 PM
#60115
Re: Post Race!
Geez dday. You about filled up the entire activity stream with post race posts.
Burn the land and boil the sea
You can't take the sky from me
~T
-
Aug 11th, 2015, 03:15 PM
#60116
-
Aug 11th, 2015, 03:15 PM
#60117
-
Aug 11th, 2015, 03:15 PM
#60118
-
Aug 11th, 2015, 03:15 PM
#60119
-
Aug 11th, 2015, 03:15 PM
#60120
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|