Ads Top

DISPLAY MATRICES USING C

   Display matrics using c


         #include<iostream.h>
#include<conio.h>
#include<stdlib.h>
#include<dos.h.
void main()
{
clrscr();
gotoxy(12,14);
cout<<"prism technologies";
while(!kbhit())
{
gotoxy(random(79),random(24));
cout<<"*";
delay(200);
}
getch();

}

OUTPUT:
    **    **        **  ** *    ***       *   *      **       *     *  *  *
 **  **    ***  *  *      **    **     *  * *  *  *   *            *  **
 *   ***   *   **        * **   * *  ****   *    * *  *   * **  *     *   **
*  *  *   * * ** *       *    *  *  **         * *     *      * * * **   *
 *** *          *             ** * *               ***    *        ** *  *
* *****      *   * *              *******   **  *   *       * **         ** **
           * * ***    *  *       *  ** *   ** *    *         *        *     **
 *  *     * *    **  *       ***     *  **  *       *     *  ***    *   *  ***
      *  * ** *    *   **   **      *  **      ****     *       ** **    *
  ****   *                *  *      * **    *    *     ***   *** *
 *   **** *pri** te****l*gies* * *        *       *      ***       ***   **
 **  **  *   *        **  **          *** *****  * *  **  *          *  *    *
** **   *  *     * **     *     *   *           **  *           * *
**   *    *  **   *     *      * *       *       ** *  **    *    *     * 

No comments:

Touchfeeds. Powered by Blogger.