Posts by Victor Leme • 11 points
1 post
-
1
votes1
answer193
viewsA: Error 'dia' undeclared (first use in this Function) what to do?
You have to declare the variables day, month and year within main to be able to send them as function parameters. Validation within int Date will need to be a conditional: if(dia > 0 &&…
canswered Victor Leme 11