147,967 views
0 votes
0 votes
Implement this C program by defining a structure for each payment. The structure should have at least three members for the interest, principle and balance separately. And store all the payments in a structure array (the max size of which could be 100). Name this C program as loanCalcStruct.c

User Yusuf X
by
3.3k points

1 Answer

4 votes
4 votes

Answer:

Step-by-step explanation:

check the attached files for the solution and output result.

Implement this C program by defining a structure for each payment. The structure should-example-1
Implement this C program by defining a structure for each payment. The structure should-example-2
Implement this C program by defining a structure for each payment. The structure should-example-3
User Luc C
by
4.0k points