thanks and heres what i have done,but at the place i make it bold,the code said it is redeclared as different symbol and i kinda don't know why,cause i put it integer all the way
#include<stdio. h>
int find_min(int);
int main()
{
int i,min;
int number [5];
int find_min;
for(i=0;i<5;i++ )
{
printf("enter number:");
scanf("%d",&num ber[i]);...
User Profile
Collapse
-
how to tweak the code into modular programming?
Hey guys,i am very very new to c programming and i really need your guys help,please.Bel ow is the code that i use array to collect 5 integer and determine the minimum integer from the 5 integer using c language.
#include<stdio. h>
int main()
{
int i,min;
int number [5];
for(i=0;i<5;i++ )
{
printf("enter number:");
scanf("%d",&num ber[i]);
...
No activity results to display
Show More
Leave a comment: