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
CAI Visual Basic - Ej Elecciones
Example day of year ~ use of mod to obtain remainder
CAI Visual Basic - Libreria Funciones
rotina de professores (select case)
Exercico 3
VBA
CAI - Visual Basic - Ej. Citas Reloaded
check with hashset
"No Fear Shakespeare" sonnet of the day ... (doy modulo 154)+1
exercicio 2 2019 11 11