HEY guys i have a question, i have a program that takes a string and then it gives three levels of encryption 1 to 3. i have no problem with the code as its working. its just when i compile it, if i choose option 1, i need to recompile for option two. and three. what i want is to choose 1,2,3 at once without compile for each level. thanks guys hope you can help me.

Can't answer your question until I see your program. Why do you need to recompile just to choose another option? All you have to do is prompt for the option number and run a switch statement for the option. If you want to choose another option just put all that code in a loop so that it asks for another option.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.