+ 2
Can i create a code to see the typing speed of a person
typing speed
4 Answers
+ 9
0) Get program begin time
1) Get user to input a string of specific length
2) Get program end time
3) Get (end-begin) time
4) Divide length of string with (end-begin) time
You will be able to obtain approx' WPM/CPM of user.
+ 8
0) This won't be working on SL for console codes because user input is obtained prior to program execution.
1) Can't help without code provided.
+ 5
Don't you just love watching fictional movie/TV coders type flawless code (including comments!!) at 120+ WPM without stopping to think? That's what I want to be able to do when I grow up. đ€
0
yep I wrote this but it is not working