Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone, This is Mia Here!
I have to make a program for character and alphabets. for example: if someone inputs 1,2,3 then the output would be you enter three digits: 1,2,3

If user input ABC then output should be that you enter alphabets: a,b,c

But I want to create this program by using arrays

Please Help Me

I am hoping a positive reply

Thanks

What I have tried:

I tried in visual studio by using range of digits and alphabets but got fail
Posted
Updated 13-Oct-17 22:47pm
Comments
Mcbaloo 14-Oct-17 3:05am    
This is a school assignment right?? Sadly, i don't think here is the best place. Why not take your time, think, understand the assignment, then try it write the code. You can start by first by using a number and an alphabet. Start from the foundation and write your code up to the top
Patrice T 14-Oct-17 6:59am    
If you want help on your code, show that code !

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!
Begin by looking at the various things you need to do:
1) input from user.
2) examining the input and deciding what it was.
3) responding with the class "digits", or "alphabet" or "other" and the number.
Do each stage separately, and test it - that way it's "little jobs" that you already know how to do!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
Here is an example to get you started: [Console Read] and: [Console WriteLine]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900