0
can anybody explain me algorithms??
I want to learn more about pseudocodes some examples pls
1 Answer
+ 2
pseudocodeis that an algorithm is a step by step procedure to solve a given problem while a pseudocode is a method of writing an algorithm. ... Programmers can use informal simple language to write a pseudocode and there is no strict syntax to follow.
Example:
if "1"
print response "I am case 1"
if "2"
print response "I am case 2"