‎2008 Jan 15 12:23 PM
hi experts,
what is sudocode, can you explaine me this,
thanks in advance
radhakrishna
‎2008 Jan 15 12:36 PM
Hi,
It is actually spelt Pseudocode, so if you put that in wikipedia you'll get a full detailed definition.
In short, it is a way of designing program code without needing to express accurate syntax. For example,
if customer's debt is more that 500
issue warning message
else
approve payment
endif
Regards,
Nick