1)Take in a single character (a-z) in lower-case and print it out, along with the original character, in upper-case. INPUT: a OUTPUT: aA
2)Read input which may consist of any number of non-negative bytes of values ranging from 1-255. Terminate the input by a 0. Print out the input bytes in ascending order, excluding the zero. INPUT: 43690 OUTPUT: 3469 Can someone solve these problems in brainfuck?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
