Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
number from base 10 to base 2
Algorithm to create first letter of each word mnemonic
macro for msg box in outlook
CAI Visual Basic - Ej Recetas
rotina de professores (select case)
Expand Treeview Job Entry Epicor - VB
Exercico 2
http://wataniaind.com/SitePages/HomePage.aspx
Rounding behaviours
do until ex 2
Please log in to post a comment.