Pseudocode | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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