Posts by Kennedy Barreto • 1 point
1 post
-
0
votes1
answer376
viewsQ: Error in income tax program in C
I developed the following program in C for an income tax calculation of employees of a company #include <stdio.h> int main(){ //Declaração de variaveis int depen,cont,a1=0,a2=0,a3=0,a4=0,a5=0;…