1 post
0
1
97
I have a problem in the code of an activity of the Analysis course. The structure of my code is this: #include <stdio.h> #include <stdlib.h> int main(){ int num,menu, i,result, primo;…