answersLogoWhite

0

Pseudocode is generally a very loosely defined concept. Various ways you can show your statement:

if y = 20 then x = 0

if( y == 20 )

x = 0

if y is 20 then set x to 0

User Avatar

Wiki User

15y ago

What else can I help you with?