About 28,200,000 results
Open links in new tab
  1. Square with diagonal in Pascal - Stack Overflow

    May 30, 2015 · I have written an application which will write square with diagonal (from left side) - output: + * * * * * + * * * * * + * * * * * + * * * * * + Code for first application:

  2. How would I make this pascal triangle into a square?

    Apr 4, 2018 · How would I make this pascal triangle into a square? import java.util.*; public class PascalSquare { public static void main (String [] args) { int row = 7; int [] [] pascal = new ...

  3. How to make cross shaped pattern corresponding with user input in Pascal?

    Nov 18, 2015 · Here's what I've tried. I put the user input value with 10 for testing purpose. begin. for b:=1 to n do. begin. if(b=space1) OR (b=space2-1) then. begin. write(' '); …

  4. Square a Number in Pascal - YouTube

    #pascal #squareanumber #turbopascal #pascalprogramming #webdevelopment #programming #programmer #css #developer #softwaredeveloper #softwaredevelopment #codi...

  5. Pascal cheat sheet - Programming Idioms

    Pascal uses unit math to define type float. You can use one of Pascal's floating point types directly (being type single or type double), depending on which precision is required. Do …

  6. Help creating a simple canvas/paint program - Free Pascal

    Feb 20, 2024 · I just want to create a white square, and from within the program, paint dots/spots in the white square, using a mathematical formula. No user input or interaction needed …

  7. My Pascal Book: 16. Basic Graphics in Free Pascal - Blogger

    Nov 21, 2009 · Pascal has all the basics of drawing geometric shapes (Line, Rectangle, Circle, Ellipse, Arc etc) using basic colors (red, white etc). Pleasing graphics is a combination of these …

  8. move shape with mouse by mousemove - Free Pascal

    Dec 1, 2018 · I am now working on a game which requires a square can be moved around by MouseMove. The coordinate of the square was set in the form. How can I write the procedure? …

  9. Shapes OO Example: Component Pascal Code - The Trek BBS

    MODULE Rectangle; IMPORT Shape, Out; TYPE Rectangle* = POINTER TO RectangleDesc; RectangleDesc* = RECORD (Shape.ShapeDesc) width: INTEGER; height: INTEGER; END; (* …

  10. Categorized functions: Drawing primitives - Free Pascal

    Categorized functions: Drawing primitives. Functions for simple drawing. Name Description; Arc: Draw an arc: Circle: Draw a complete circle: DrawPoly: Draw a polygon with N points

    Missing:

    • Pascal Programming

    Must include:

Refresh