Create a program that allows the user to enter a negative


Create a program that allows the user to enter a negative or positive integer as many times as the user wants. If the user enters a negative integer then print the number and a message that says it's negative; otherwise, print the number and a message that says it's positive. You'll use a sentinel-controlled while loop, so ask the user whether he/she wants to enter an integer before entering the while loop. You'll have to ask the same question again at the end of the while loop. 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create a program that allows the user to enter a negative
Reference No:- TGS098675

Expected delivery within 24 Hours