Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Exercício de variáveis 1
'Rextester.Program.Main is the entry point for your code. Don't change it. 'Compiler version 11.0.50709.17929 for Microsoft (R) .NET Framework 4.5 Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Text.RegularExpressions Namespace Rextester Public Module Program Public Sub Main(args() As string) 'Your code goes here ' [declaração de Variaveis] Dim A As long Dim B as boolean Dim C as integer Dim D as string ' [Leitura das Variaveís] A = 3000 B = true C = 2000 D = "JON" ' [Escreve] Console.WriteLine( A) Console.WriteLine( B) Console.WriteLine( C) Console.WriteLine( D) End Sub End Module End Namespace
run
|
edit
|
history
|
help
0
do until ex 2
a
gf
Extract values from square brackets
No fear Shakespeare - sonnet of the day
If Function returns not Nothing for DateTime
age v2
Selected Shakespeare Sonnet for doy mod 150
Exercico 3
I know all the veebeez!