Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Range List for VisualBasic.NET
' Range List for VisualBasic.NET Option Strict On Option Infer On Imports System.Collections.Generic Imports System.Linq Namespace Rextester Module Program Sub Main(args As String()) Dim a=1,b=20,c=3 Dim rng=Enumerable.Range(0,CInt(Math.Ceiling((b-a)/c))) _ .Select(Function(i)a+i*c) _ .ToList() For Each i In rng Console.WriteLine(i) Next End Sub End Module End Namespace
run
|
edit
|
history
|
help
0
No fear Shakespeare - sonnet of the day
CAI Visual Basic - Ej Mundial
I know all the veebeez!
Exercico 5
19 11 2019 exercicio 2 equaçao
jjj
loop 1
bb
Math.Abs
pgcd def