Topic:

Recursion. Use recursion to display the pattern given above. No loops allowed.

See the picture for the pattern​

Answers

Answer 1

Answer:

const SIZE=8

function print(n, s) {

 if (n > 0) {

   process.stdout.write(s);

   print(n-1, s);

 }

}

function main(n=1) {

 if (n<=SIZE) {

   print(SIZE-n, "  ");

   print(n, "* ");

   process.stdout.write("\n");

   main(n+1);

 }

}

main();

Explanation:

Here is a solution in javascript. Note that it uses recursion multiple times to avoid loops.


Related Questions

Other Questions
why is blood considered a connective tissue enough though it isn't a structural connector like bone or cartilage Find the total amount paid on a loan when the monthly payment is $189 and the loan is paid off in 48 months. Use the formula A = MN, where A is the total amount paid, M is the monthly payment, and N is the number of payments. where did Lolly go after school So my computer has be clicking random things and opening things. Its been happening for a few days and I want to know if its a hacker or something wronging with the computer (I dont have a mouse) so its not auto clicking Add -13 + 5. 8 -8 -18 18 TRUE or FALSE?Both horror and comedy can use dramatic irony because both horror and comedyuse what the audience knows to create either suspense or humor.True Or False May someone help me with the answer to this question Ive been stuck on it The diameter of a table tennis ball is millimeters. What is the approximate surface area of a table tennis ball? how would I graph this correctly? "rhinoceros are often hunted and poached for their horns" Declarative or Interrogative? PLZ HELP WITH BOTHHHHH 5.4 - (9.5 - 8) - 2.5 (pls help and explain pls) PLEASE HELP................ Please help !!!! thank youuu Write 4 3/7 as a decimal.Enter your answer as a decimal rounded to the nearest hundredth, like this: 3.14 What is direct testing in esl 350 rounded to the nearest hundred is Find the value of the expression when x = 4 and y = 6.8x + 2y + 3 Question 2 (1 point)You go to the office and ask the secretary a question.O Usted 4x-2=18x+5 Show ur work