Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
DO LOOP UNTIL EX3
'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 X as integer dim Y as integer dim Z as integer 'inicialização de variaveis X=40 Y=10 Z=Y 'processamento console.writeline( " X Y Z") console.writeline( X & ", " & Y & " e " & Z ) do Z=Z*2 Y=Y*Z console.writeline( X & ", " & Y & " e " & Z ) loop until Z=X End Sub End Module End Namespace
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
ex4
CAI Visual Basic - Ej Citas
hckhckhhkck
CAI Visual Basic - Ej Recetas
VB.NET: Functions aren't required to return a value
Expand Treeview Job Entry Epicor - VB
No fear Shakespeare - sonnet of the day
HafizTutoring.csproj
VBA
macro for msg box in outlook
Please log in to post a comment.