User: ayesha95

  • Public profile

User profile: ayesha95

User info
User name:ayesha95
History
Joined:
Number of posts:8
Latest posts:

urgent graphics
[code]#include<iostream.h> #include<graphics.h> #include<conio.h> main() { initgraph; clrscr()...

perfect number
[code]#include<iostream.h> #include<conio.h> main() { clrscr(); int s=0; for (int i=1; i<=1000...

c++ calculator design
[code]#include<iostream.h> #include<conio.h> #include<iomanip.h> main() { clrscr(); int a, b; cout<<...

c++ programm using loops
#include<iostream.h> #include<conio.h> main() { clrscr(); int i, j,k; for (i=1; i<=2; i++) { for(j=1...

c++ calculator design
oh well i m sorry i havent used this forum before my friend provided me the address. i didn't have a...

This user does not accept Private Messages