Write a c++ program declaring and initializing two variables with the values 8 and 2. Once declared, use a function to calculate and output the sum and product of the two values. Make sure you label your outputted values. Use a function to accomplish this. Declare your variable as global variables. NOTE: Globally declare your variables!!! Show transcribed image text Write a c++ program declaring and initializing two variables with the values 8 and 2. Once
OR
OR