Jump to content

Pseudo Help?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
dalgic

dalgic

    Newbie

  • Members
  • Pip
  • 3 posts
Hi there I need help from somebody to construct a pseudo code for the following questions, any help is appreciated thanks:

1) Please describe in psuedo code exactly how you would solve the following problem.

We have a dynamic online magazine. Each page of the magazine contains an image and an article. Your problem is to dynamically colour the article text and the article background to match the colours that are present in the image, making considerations for readability and accessibility. Justify your choice of colour and explain any extensions to this that you feel would enhance the solution.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Start by deciding on a strategy in plain English. If you don't have a strategy for picking the colors, you will never be able to describe it in pseudo-code. Think of this as a level of formality:
least formal <--------------------> most formal
English --------- Pseudo-code ----------- code

Edited by WingedPanther, 20 June 2008 - 08:13 AM.
add arrow

Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog