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
kyle wingate
NA
2
0
Simple project
Nov 14 2006 11:02 AM
I have to design and implement an application that determines and prints the number of odd, even, and zero digits in an interger value. ex Console.Out.ReadLine("Enter any interger."); int aValue = int.Parse(Console.In.ReadLine)); Say they enter 1230 Then the output should read something like this Odd = 2 Even = 1 Zero = 1 The problem is that I don't know how to capture the individual parts of the number and need some help. Someone please point me in the right direction.
Reply
Answers (
1
)
forums source code
Problem with outdated .dll