define the term counting - pseudocodecounting in


Define the term counting - Pseudocode

Counting in 1s is quite simple; use of statement count = count + 1 would enable counting to be done (for example in controlling a repeat loop). Statement literally means: (new) count = the (old) count + 1

It's possible to count in any increments just by altering the numerical value in statement (for example count = count - 1 counts backwards)

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: define the term counting - pseudocodecounting in
Reference No:- TGS0355419

Expected delivery within 24 Hours