Computer Science, asked by BishBeBack5943, 10 months ago

Write an algorithm to print nepal 10 times

Answers

Answered by bipinbatham11
6

Answer:

algorithm to print "nepal"  10time :-

Step 1: Start

Step 2: Initialize variable count=1  as integer

Step 3: Initialize variable name as char[10]="Nepal"

Step 4: start print "Nepal"

Step 5: count++

step 6: check if count<=10;

step 7: goto step 3

step 8 stop

Explanation:

intitialize integer for cout number 1 to 10

print the string "nepal"

increment +1 in interger                        every step

check if cout is less the and equal is 10 repeat the print "nepal"

after complese coutn=10;

algorithm is stop.

Answered by ojhasoniya77
1

Explanation:

नोटपैड लुकिंग ओके नो प्रॉब्लम आई एम फाइन व्हाट अबाउट यू

Similar questions