Program to print numeric pattern with Object Pascal
Program to print numeric pattern with Object Pascal Given the value of n i.e, the number of rows, print the following pattern. Examples : Input : n = 4 Output : 1 5 2...
Embarcadero Delphi, Delphi Academy, Delphi Programming
Algorithms / Pascal Programming Language
by Mo'minjon · Published 17/06/2018 · Last modified 21/08/2018
Program to print numeric pattern with Object Pascal Given the value of n i.e, the number of rows, print the following pattern. Examples : Input : n = 4 Output : 1 5 2...