Posts by use_-44-18 • 13 points
2 posts
-
0
votes4
answers65
viewsQ: Beginner program error in C
I am starting to program now and I have a problem in the example below. The question asks to calculate the income tax, according to the salary received by the person. The mistake is that, regardless…
casked use_-44-18 13 -
0
votes1
answer72
viewsQ: Matrix program error in C
I am starting now in C programming and I have a problem in my C program. The problem is that the printout matrix appears all zeroed. #include <stdio.h> #include <stdlib.h> int main (){…