Today's problem comes from @eddyluten. Thanks for the submission!
The goal is to create a function that takes in a string of text and converts it to its braille equivalent. You can use the chart below for help. The challenge in this problem is that braille characters can be 3 "."s tall and two columns wide. You'll need to come up with a way to print the text in readable rows with proper spacing.
Comments:
Jack Le - 9 years, 8 months ago
I don't know how to post my code correctly. Please help. This code works and checked with a online converter. It just lack the feature of looking for runs.
public class ToBraille {
}
reply permalink