Home /
Expert Answers /
Computer Science /
1-write-a-program-that-declare-a-variable-called-34-first-34-of-type-34-int-34-initialized-to-13-2-d-pa114
(Solved): 1. Write a program that declare a variable called "first" of type "int" initialized to 13 2. Declar ...
1. Write a program that declare a variable called "first" of type "int" initialized to 13 2. Declare other variable "second" of type "int" and initialized to 16 3. Write C+ statements that calculate the average of the two numbers Hint: define variable and name it "avg". The output should be like the following: