poonamgaur1960 poonamgaur1960
  • 02-09-2020
  • Computers and Technology
contestada

Write a program to print the sum of two given numbers.

Respuesta :

vmdhruv1
vmdhruv1 vmdhruv1
  • 02-09-2020

Answer:

this program is for c++

Explanation:

#include<iostream>

main()

{

int num1,num2,added number;

cout<<"enter your first number";

cin>>num1;

cout<<"enter your second number":

cin>>num2:

num3=num1+num2;

cout<<"the added value of these two are",num3;

}

Answer Link

Otras preguntas

what number is 74% of 58 A: 0.74 = n x 58 ; 1.3 B: n = 0.74 x 58;42.9 C: 58 = n x 0.74; 78.4 D: n = 74 x 58; 4,292
What is the value of s 9s + 29
A fruit stand sells six oranges for three dollars and three grapefruit for 2.40 dollars. Lyons buys 10 oranges and 11 grapefruit how much does Lionel spend on t
Todd plans to swim 18 laps in the pool.Each Lap is 50 yards.So far Todd has swam 738 yards. What percentage of the total has Todd completed? A.18% B.82% c.62% D
Joan deposited $550 into her savings account for two years. She received 1.8% simple interest on her money. How much money did she have at the end of the two ye
what is a lymph node​
In the cell cycle during which phase does the cell prepare for mitosis? A. cytokinesis B. G1 phase C. anaphase D. G2 phase
whats the difference between longitude and latititude
"Remember that a rose can grow out of a crack in the sidewalk. You can be that rose.” Explain how this quote conveys to empowerment.
what is 0.006772 rounded to 1 significant figure?and whats the method to doing it?