Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
exercicio A
'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
Extract values from square brackets
"No Fear Shakespeare" sonnet of the day ... (doy modulo 154)+1
Visual-Basic
No fear Shakespeare - sonnet of the day
Black Jack
age
VB checking whether a date is between 2 dates
Exercico 4
Amma
number from base 10 to base 2