Saturday, 10 August 2013

SQARE NO

                                                          Sqare Programme:----




  1. #include<iostream.h>

  2. #include<conio.h>

  3. main()

  4. {

  5. clrscr();

  6. float a,b;

  7. cout<<"enter a: ";

  8. cin>>a;

  9. b=a*a;

  10. cout<<"\n b "<<b;

  11. getch();

  12. }
  13.                                                                                     NEXT




No comments:

Post a Comment