Posts by Carlos Wanderley • 73 points
2 posts
-
2
votes2
answers28
viewsA: Char in function is not recognized in c
In his job ers you should test whether the received parameter and is equal to 'A' or 'P'. My example code below is in C#, but the idea is the same: test and with 'A' or 'P' between single quotation…
-
5
votes1
answer91
viewsQ: What kind of data do you use to store the date of death in a register (Datetime or string)?
I have a record of people where I need to store birth dates (DateBirth) and death (DateDeath). Knowing that the guy DateTime in C# cannot be empty and its default initial value is 01/01/0001…