Ask your own question, for FREE!
Computer Science 6 Online
OpenStudy (anonymous):

Problem Statement: Using the decision and loop structure, write a pseudocode and flowchart that will ask the user to enter a character for left or right. Then, the user will enter a number. The program should generate a ladder of X wherein the level depends on the number entered and the character should dictate whether it faces right or left Sample: Character is r Number is 3 Output X XX XXX Character is r Number is 6 X XX XXX XXXX XXXXX XXXXXX

OpenStudy (woodrow73):

after you get the user input for l / r & 0-300ish, make some if statements that only occur under certain conditions.. just think about it logically- if this, then do this, else if do this, else if do this ect.. so only certain blocks of statements only execute if someone chooses left & different block of statements if someone chooses right. For syntax, you'll probably need to know for loops / if else if statements & little bit of string manipulation.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!