i am creating a code and cipher program for fun in which i ask the user for a piece of text, for which they then decide how to encrypt it, to do this well i want to use the ascii values for characters numbers, punctuation and space (ascii values 32 "space" to 126 "~") so i need the program to...
numbers? i am creating a program in which the user can type in an algebraic formula, then presses a button to tell the program what they want done with it, i.e. expanding brackets, factorizing etc.
i would have little problem in completing it after i find out how to split up and recognize what...