Question: - Question #1: Write a C program that implements the following pseudocode: 1. Input an integer number 2. If the number is odd, then a.

- Question #1: Write a C program that implements the following pseudocode: 1. Input an integer number 2. If the number is odd, then a. Add 1 to it b. Divide it by 2 C. Print the result 3. Else if the number is even, then a Multiply it by 2 E. Print the result 4. Print your name and ID #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
