Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sudocode

Former Member
0 Likes
599

hi experts,

what is sudocode, can you explaine me this,

thanks in advance

radhakrishna

1 REPLY 1
Read only

Former Member
0 Likes
429

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