[solved] – Question 7241
Can u please assist me in fixin this program?
#include <stdio.h>
#include <string.h>
main()
{
void enterdata(int y[]);
int y;
int i=0;
int choice;
void searchdata(int x[]);
char paint [9];
char colours [9];
char search[9];
int colour_no;
int r;
int x=0;
if(y>=5701||y<=5709)
printf(“Choice Available:%d”,enterdata);
if(y<5701||y>5709)
printf(“Choice Not Available:%d”,enterdata);
if(x!=-1)
printf(“Colour Found:%s”,colours);
if(x==-1)
printf(“Colour Not Found:%s”,colours);
}
void enterdata(int y[]){
int i;
if(i>=5701||i<=5709)
{
printf(“Enter choice”);
scanf(“%d%”,i);
}
else(i<5701||i>5709);
printf(“Re-enter choice:”);
{
if(i==5701)
{
printf(“Redn:”);
}
if(i==5702)
Expert Answer
OR

