PDA

View Full Version : FLOWCHARTS / PSEUDO-CODE dannawadoo..!!!!


haarshlife
04-21-2009, 11:39 AM
machan podi prashnayak thiyenawa... want some help

Q:
write an algoritm to print n number of '*' once the user inputs n. the programme prompts the user to input n.
ex. Enter n:
Enter n: 3 (3 is input)
*** (output)

draw a FLOWCHART for the question
write a Pseudo-Code for the problem.

plZZZ help :) :)

haarshlife
04-21-2009, 11:45 AM
kauruth nadooo

AL1717
04-21-2009, 11:46 AM
:no: :no: :no: :no: :no: :no:

haarshlife
04-21-2009, 11:47 AM
:no: :no: :no: :no: :no: :no:
hmm thnXX machan :)

haarshlife
04-21-2009, 11:50 AM
.......... really need help machanla... .......

anudis
04-21-2009, 11:55 AM
input N
x=1;
while x<=N do
print(*);
x=x+1;
end DO.

spgun
04-21-2009, 11:59 AM
machan podi prashnayak thiyenawa... want some help

Q:
write an algoritm to print n number of '*' once the user inputs n. the programme prompts the user to input n.
ex. Enter n:
Enter n: 3 (3 is input)
*** (output)

draw a FLOWCHART for the question
write a Pseudo-Code for the problem.

plZZZ help :) :)
:no: :no: :no: :no: :no: :no: :no: :no: :no: :no:

haarshlife
04-21-2009, 12:03 PM
input N
x=1;
while x<=N do
print(*);
x=x+1;
end DO.
hmm thnXXX machan .... :)