Click here to Skip to main content
15,897,371 members

Comments by Aria Jafarian (Top 21 by date)

Aria Jafarian 18-Jul-17 10:52am View    
Just thinking out loud, Shouldn't you put each generated number in a table and check if it exists or not in that table before using it?
Aria Jafarian 3-Mar-16 13:19pm View    
Definitely. We are just showing him the way. No code given.
Aria Jafarian 3-Mar-16 11:43am View    
You have two numbers fetched from user.
You need two for loops inside each other(nested loop) to multiply these numbers and write them to screen and one check for the result not being zero in the inner loop. Good luck.
Aria Jafarian 3-Mar-16 10:57am View    
Give us some data on your tables and their relationships.
My first question is why do you use so many nested select
statements? Common table Expressions (CTE) can help you on Readability.
Aria Jafarian 2-Mar-16 17:27pm View    
You have to use DateTime.ParseExact as indicated below