Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor a word, and present its factors as characters #111

Open
derekriemer opened this issue Aug 24, 2017 · 2 comments
Open

Factor a word, and present its factors as characters #111

derekriemer opened this issue Aug 24, 2017 · 2 comments

Comments

@derekriemer
Copy link

This is an absolutely crazy problem, I invented just for fun when I was learning python.
Take a word the user is given, say waffles. Then, for every letter in the word, factor its unicode value, and then add 32 to the result. Now, write the resulting letters for those digits to the screen. For added fun, grab the text from a large chunk of text, like a bible.

@AzaubaevViktor
Copy link

So what's problem?

@sbelidhe
Copy link

sbelidhe commented Nov 13, 2017

Please refer to the code WordFactorial written in java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants