Hb

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Hb as PDF for free.

More details

  • Words: 47
  • Pages: 1
#include #include #include #include<dos.h> #include<string.h> #include<stdlib.h> void main() { int v,s; int gd= DETECT,gm; initgraph(&gd,&gm," "); line(0,290,634,290); for(int i=10;i<=634;i++) { cleardevice(); line(130+i,200,180+i,150); line(180+i,150,250+i,150); line(250+i,150,300+i,200); circle(300+i,275,15); circle(150+i,275,15); rectangle(120+i,200,350+i,260); //line(0,275,634,275); line(0,290,634,290); delay(10); } for( i=634;i>=0;i--) { cleardevice(); line(130-i,200,180-i,150); line(180-i,150,250-i,150); line(250-i,150,300-i,200); circle(300-i,275,15); circle(150-i,275,15); rectangle(120-i,200,350-i,260); //line(0,275,634,275); line(0,290,634,290); delay(10); } getch(); }

Related Documents

Hb
June 2020 23
Hb
June 2020 25
Hb
May 2020 24
Hb B.pdf
June 2020 21
Hb Pilory.pptx
December 2019 16
Hb-goodpix
June 2020 19