make a program that will input xcoordinate,ycoordinate,quadrants and results by using function..
this is the given program but it had a problem.. it is lacking..
#include
getXcoordinate()
getYcoordinate()
getQuadrant()
displayQuadrant()
main()
{
getXcoordinate();
getYcoordinate();
getQuadrant();
displayQuadrant();
}
getXcoordinate();
{
printf();
scanf();
return ();
}
getYcoordinate();
{
printf();
scanf();
return ();
}
what's the next???
by getting quadrants, we used
if(x>0&&y>0)
q=1;
after getting quadrants?? what will be the next???
the error when i compile this program is "getYcoordinate" there is something with it...
please help me
2007-12-12
11:15:14
·
2 answers
·
asked by
ChArMz_aThEnA
1
in
Computers & Internet
➔ Programming & Design