Someone left a note on my work station. Apparently he/she doesn’t like it. I then tend to ignore it and stick this ‘complaint’ on the wall, the easy way! …
Given a non-negative integer number, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: 3 + …
I installed the Windows DOS Mobile 1.0 on my Nokia Lumia 635 Phone. List of Commands 1. camera (funny camera application) 2. internet https://www.google.co.uk 3. help 4. echo Hello …
You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality check. Since each version …
Given a text file file.txt, transpose its content. You may assume that each row has the same number of columns and each field is separated by the ‘ ‘ …
Convert a non-negative integer to its English words representation. Given input is guaranteed to be less than 231 – 1. For example, 123 – “One Hundred Twenty Three” 12345 …