Question: 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
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
Step by Step Solution
There are 3 Steps involved in it
To solve this problem we will write a simple C program Lets go through the steps Step 1 Declare the ... View full answer
Get step-by-step solutions from verified subject matter experts
