Mrs. Ruiz-Houston

 

Home
Up
AP_Phy
H_Phy
Regular_Physics

 

Broward Schools

UPDATED Calendar - Graphic

UPDATED Calendar - Text

 

Computer Competition

Level 1 

Question #1.0

1.4      You just graduated from Full Sail have gotten your first job with a children’s publishing company.  You are responsible for creating a word scramble page on their website, to help the kids increase their ability to recognize words.  When the program runs, you must ask the user (parent) to input a word or words, then have the program scramble the word for the student, and display the scrambled word on-screen. 

 

              It does not matter if the same word(s) is always scrambled the same way … just that it looks different.  You must change the location of more than 3 letters,        and you must be prepared for the judge to enter a word(s) that is(are) larger than 5 characters long.  Please note:  the judge will not accept a scramble where the first          letter is just rotated to the back of the word.

 

Format:

            Prompt: Please enter a word(s) = ?

            Output: Your word scramble is =

 

Example:

            Please enter a word(s) = word

            Your word scramble is =dowr

 

RUN / OUTPUT:

            Please enter a word(s) = harrypotter

            Output: Your word scramble is = ptrrrahyote

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

            Please enter a word(s) = gondor

            Output: Your word scramble is = ngoord

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

            Please enter a word(s) = gandalf

            Output: Your word scramble is = fngaadl

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

RE-TRY:

 

            Please enter a word(s) = gandalf

            Output: Your word scramble is = fngaadl

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

            Please enter a word(s) = trinity

            Output: Your word scramble is = yttriin

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

 

            Please enter a word(s) = morpheus

            Output: Your word scramble is = sepomrhu

            Any scramble will do as long as 3 letters are moved and where the first letter is not just rotated to the back.

 

Home