Below Demo With Code
*
** *** **** *****
let n = 5;let string = "";for (let i = 1; i <= n; i++) {for (let j = 0; j < i; j++) {string += "*";}string += "\n";}console.log(string);
Below Demo With Code
*
** *** **** *****
let n = 5;let string = "";for (let i = 1; i <= n; i++) {for (let j = 0; j < i; j++) {string += "*";}string += "\n";}console.log(string);
Insert data into a table ✅ Have SQL Server auto-generate both: Id (as INT IDENTITY ) RowGuid (as UNIQUEIDENTIFIER , using NEWID()...
No comments:
Post a Comment