CSC115 C Programming

C ProgrammingTU Board 2079

Write a program to demonstrate the following menu driven program. The user will provide an integer and alphabet for making choice and the corresponding task has to be performed according as follow:…

10

Write a program to demonstrate the following menu-driven program. The user will provide an integer and alphabet for making choice and the corresponding task has to be performed according as follow:

  1. Find Odd or Even
  2. Find Positive or Negative
  3. Find the Factorial value
  4. Exit

The choice will be displayed until the user will give "D" as a choice.

A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions