
-----------------------------------
Geminias
Tue Oct 04, 2005 8:13 pm

program help
-----------------------------------
hey, i'm a noob having some trouble with this program.  Won't compile and i don't understand the compiler's hints.  If anyone could give me some pointers on what is wrong please do so. 



Syntax = C++
#include 
#include 
#include 
using namespace std;

float quadrant1y (float s, float t)
{
      float yaxis;

      yaxis = sin*s*t;
      
      return (yaxis);
}
 
float quadrant1x (float x, float y)
{
      float xaxis;

      
      xaxis = cos*x*y;

      
      return (xaxis);
}

int main ()
{

cout  angle;

if (0 