Skip to content

Instantly share code, notes, and snippets.

@rajeevs1992
Created January 22, 2013 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajeevs1992/4595188 to your computer and use it in GitHub Desktop.
Save rajeevs1992/4595188 to your computer and use it in GitHub Desktop.
#include<stdio.h>
#include<iostream>
using namespace std;
int main()
{
float res,x=19;
res=(x*x)+(18*x)+93;
cout<<res<<endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment