Suppose you are a given a pile of cards, each of which shows one
of the following four shapes: square or circle, shaded or unshaded
You can assume these are the only possibilities.
Write a set of instructions using while loop and if...else
selection structures to sort the pile of cards according to the
symbols they display and write an appropriate message for each
card, for example 'shaded circle' or 'unshaded square'. Each
message should be on a new line.
In your answer you should use indentation to help make the
structure of the algorithm clear.
how do i do this can any one advise me as to what i do or show me thank you all for your time
2007-05-07
21:43:16
·
4 answers
·
asked by
bud1658
2
in
Computers & Internet
➔ Programming & Design