Write a program that reads an unspecified number of integers, determines how many positive and negative value have been read, and computes the total and average of the input values, not counting zeros. Your program ends with the input 0. Display the average as floating-point number. (For example, if you entered 1,2, and 0 , the average should be 1.5
Write a program that displays the following two tables side-by-side (note that 1 kilogram is 2.2 pounds) Kilograms pounds Pounds Kilograms 1 2.2 20 9.09 3 6.6 25 11.36 … 197 433.4 510 231.82 199 437.8 515 234.09