#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
5311
ibi_edu@yahoogroups.com
Mar 1, 2012 11:21 am
File : CIRCLE2.EXE Description :...
5312
ibi_edu@yahoogroups.com
Mar 1, 2012 11:21 am
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
5318
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
#include<stdio.h> #include<iostream.h> #include<conio.h> #include <graphics.h> #include <stdlib.h> class Circle { private : // help // // midx and midy are...
# include <iostream.h> # include <graphics.h> # include <conio.h> # include <math.h> class Ellipse { private: public: void show_screen( ); void Lines();...
5322
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
<html> <head> <title> Age Calculator </title> </head> <body bgcolor="#99FF33"> <SCRIPT language=JavaScript> <!-- Original: Dev Pragad (devpragad@...)...
/**************#####################**************** program by Shreeharsha Perla you are free to use, modify or distribute this program. for more programs,...
<html> <head> <title>Form Parameters</title> </head> <body> <!-- There are 2 ways to send data from one page to another 1- Trough form <form> <input page=????>...
<html> <head> <title>Form Parameters</title> </head> <body> <!-- There are 2 ways to send data from one page to another 1- Trough form <form> <input page=????>...
5335
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
File : image001.gif Description :...
5336
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
5337
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
<html> <head> <title> Confirm Method </title> <script language="javascript"> var question = "What is 10 + 10 ?"; var answer = 20; var Response =...
5338
ibi_edu@yahoogroups.com
Mar 4, 2012 11:11 am
<html> <head> <script language="javascript"> var i=0; var No = prompt ("Enter The Five Digit Numbers : ",""); Digits = new Array(4); var s1 =Digits.length; ...