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
Maha Salem
NA
6
2k
I want to write a program in C does the following
Jan 20 2015 10:20 AM
When the user runs the program, the following start menu should appear:
M- Math functions.
A- Array functions.
C- Convert functions.
X- Exit.
What's Your Choice?
Start menu tasks description:
1. If the user pressed (M), a sub menu (functions menu) should appear including at least 4 functions as follows:
1. Factorial (n).
2. Power (base, power).
3. ……….
4. ……….
5. ……….
What's Your Choice?
For example, when the user presses (1), he\she will enter a number you need to calculate its factorial and so on.
2 If the user pressed (A), a sub menu (array menu) should appear including five choices as follow:
1. Enter array elements.
2. View array elements.
3. Search about an element.
4. Sort array elements.
5. Statistic.
What's Your Choice?
.3 If the user pressed (C), a sub menu should appear including three choices as follow:
1. Convert a Capital letter into small letter.
2. Convert from Fahrenheit unit to Celsius unit.
3. Convert from Cm into Inch.
What's Your Choice?
4. If the user pressed (X), the program will exit.
Reply
Answers (
3
)
How to invoke or instantiate obj using private constructor?
Receiving mails from an WP8 app