rajeevs1992

Temporary file

Mar 22nd, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1.  
  2. #include<stdio.h>
  3. #include<iostream>
  4. using namespace std;
  5.  int main()
  6. {
  7. float res,x=19;
  8. res=(x*x)+(18*x)+93;
  9. cout<<res<<endl;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment