Write structured pseudocode to show the following: print "Reorder" when the quantity is less than 20; otherwise print "OK".

What will be an ideal response?


if quantity is less than 20 then
   print "Reorder"
else
   print "OK"
endif

Computer Science & Information Technology

You might also like to view...

What is Address element?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is TRUE about installing additional RAM?

A) All RAM is the same. B) RAM only fits in one direction. C) All RAM cards can be mixed. D) It is simple and any novice can do it.

Computer Science & Information Technology

To add a field reference to a formula, you should use the syntax [Table Name]! ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Word has many formatting keys for your convenience while typing.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology