Jonesy44 commented on a Page, Simple multiplication table  -  Oct 13, 2009

Just fyi; you can use

Console.WriteLine("{0} * {1} = {2}", var, tablenum, var*tablenum)

instead of

                    Console.WriteLine(var & " * " & tablenum & " = " & var * tablenum & ".")

sometimes it's a little easier, your choice really though

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.