TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Bing In
NA
30
9k
alphabet and number counts using method count()
Apr 30 2016 9:35 AM
output the count of alphabet and number entered
using method count() and keyword out
for example
if user enters gpdw235mw3s393, output should be alphabets are 7, numbers are 7
public static void Main()
{
string a = Console.ReadLine();
int b = int.Parse(a);
}
public static void count(params string[] args)
{
for(int i = 0; i < args.Length; i++)
{
edit this space
}
}
Reply
Answers (
3
)
c# release the simple code...begining...
how to make difference between two months format mm/yyyy