Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen

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