Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción

Console.WriteLine("///////////////////////////" & vbNewLine & vbNewLine & "Please select 1, 2 or 3")
'User enters what they want to choose
choice = Console.ReadLine()
'If the user chooses to encrypt
If choice = 1 Then
Console.WriteLine("You have selected encryption" & vbNewLine)
'UserChoice procedure runs
UserChoice()
End If
'If the user chooses to decrypt
If choice = 2 Then
Console.WriteLine("You have selected decryption" & vbNewLine)
'UserChoice procedure runs
UserChoice()
End If
'The menu is looped until the exit choice is chosen
Loop Until choice = 3
End Sub
by the way still need you to accept the verification email, thanks mate