diff options
author | Sam Kvale <kvalesam@gmail.com> | 2015-06-09 10:43:26 -0500 |
---|---|---|
committer | Sam Kvale <kvalesam@gmail.com> | 2015-06-09 10:43:26 -0500 |
commit | b4a6669d44e57c6b5c7338fea42d0e55182258f8 (patch) | |
tree | a01aa9e96eac8e4beaef3b8de18fe82da91febef /visualbasic.html.markdown | |
parent | d6bf5fe3def6b4b032c4eccebfd7be8e82b72488 (diff) |
Update visualbasic.html.markdown
Diffstat (limited to 'visualbasic.html.markdown')
-rw-r--r-- | visualbasic.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/visualbasic.html.markdown b/visualbasic.html.markdown index 123ec56c..00d61843 100644 --- a/visualbasic.html.markdown +++ b/visualbasic.html.markdown @@ -189,7 +189,7 @@ Module Module1 Console.Write(a.ToString() + " - " + b.ToString()) Console.WriteLine(" = " + e.ToString.PadLeft(3)) Console.Write(a.ToString() + " / " + b.ToString()) - Console.WriteLine(" = " + e.ToString.PadLeft(3)) + Console.WriteLine(" = " + f.ToString.PadLeft(3)) Console.ReadLine() 'Ask the question, does the user wish to continue? Unfortunately it 'is case sensitive. |