Logo

Write a program to display the following pattern using the string "NEPAL": N NE NEP NEPA NEPAL

BIT C Programming · 2079 · Solved Question with Answer

Write a program to display the following pattern using the string "NEPAL":
    N
    NE
    NEP
    NEPA
    NEPAL

Solution

Please login to view the answer.