Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Declaração de Variaveis
'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 VAL1 AS Integer DIM VAL2 AS Decimal Dim VAL3 AS Boolean Dim VAL4 AS String '[leitura de variaveis] VAL1=2 VAL2=4 VAL3=7 VAL4=5 '[Escreve] Console.writeline(VAL1) Console.writeline(VAL2) Console.writeline(VAL3) Console.writeline(VAL4) End Sub End Module End Namespace
run
|
edit
|
history
|
help
0
Códigos dum boi olhando para um palácio
If Function returns not Nothing for DateTime
CALCULADORA
exercicio 2 2019 11 11
Project Euler 1
valor maximo entre 3 numeros
19 11 2019 exercicio 2 equaçao
Funksiya yaratish
ex4
command console (template)