Posts by Mauricio Moccellin • 1 point
1 post
-
0
votes1
answer2243
viewsQ: How to fill an array [ ][ ] with struct in C++, in the code below
Need to put the employee code in a [2][100] matrix and the sum of children multiplied by how much each earns, in the module: int calculo(CADASTRO_FUNCIONARIOS cadastro[100], int n) Code:…