Sqare Programme:----
- #include<iostream.h>
- #include<conio.h>
- main()
- {
- clrscr();
- float a,b;
- cout<<"enter a: ";
- cin>>a;
- b=a*a;
- cout<<"\n b "<<b;
- getch();
- }
- NEXT
No comments:
Post a Comment