mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update visualbasic.html.markdown
This commit is contained in:
parent
d6bf5fe3de
commit
b4a6669d44
@ -189,7 +189,7 @@ Module Module1
|
|||||||
Console.Write(a.ToString() + " - " + b.ToString())
|
Console.Write(a.ToString() + " - " + b.ToString())
|
||||||
Console.WriteLine(" = " + e.ToString.PadLeft(3))
|
Console.WriteLine(" = " + e.ToString.PadLeft(3))
|
||||||
Console.Write(a.ToString() + " / " + b.ToString())
|
Console.Write(a.ToString() + " / " + b.ToString())
|
||||||
Console.WriteLine(" = " + e.ToString.PadLeft(3))
|
Console.WriteLine(" = " + f.ToString.PadLeft(3))
|
||||||
Console.ReadLine()
|
Console.ReadLine()
|
||||||
'Ask the question, does the user wish to continue? Unfortunately it
|
'Ask the question, does the user wish to continue? Unfortunately it
|
||||||
'is case sensitive.
|
'is case sensitive.
|
||||||
|
Loading…
Reference in New Issue
Block a user