C language Write a loop using a sentinel value. The senti…
C language Write a loop using a sentinel value. The sentinel value will be “999” and when this number is entered, the loop will end. The user will enter a number. You will examine the number and determine if it is even or odd. If it is even, you will add one to the even […]
