write a program that declares and initializes 2


write a program that declares and initializes 2 integer variable a and b with the value 35 and 14, and displays and calculates their sum,product,quotient and real division result.the output should exactly look like:
35 + 14 =49
35 * 14 = 490
35 DIV 14 =7
35 / 14 = 2.500000
in order to produce this output,use printf to display text combined with values of variables !

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: write a program that declares and initializes 2
Reference No:- TGS0410600

Expected delivery within 24 Hours