0

Pseudocode

What would be the pseudocode for “Display the frequency of a keyboard from a web page”

26th Sep 2018, 2:10 PM
thil
3 Answers
+ 1
the frequency of the keyboard?
26th Sep 2018, 2:39 PM
URROVA
URROVA - avatar
+ 1
suppose we have an object that shows the variable "times" start : loop if (key_press) { times = times + 1 } goto loop
26th Sep 2018, 3:31 PM
URROVA
URROVA - avatar
0
@URROVA I suppose the OP means how many times a certain key is pressed.
26th Sep 2018, 3:01 PM
HoĂ ng Nguyễn Văn
HoĂ ng Nguyễn Văn - avatar