Write a program to print the sum of the numbers between 60-70
Answers
Answered by
0
Answer:
715
Explanation:
hope this help u.
Please mark as brainliest
Answered by
0
Answer:
In which language, Q-basic, C ,, C++, C# etc. Please specify. I am showing you in C++
Explanation:
#include<iostream>
using namespace std;
int main()
{
int num1=61,num2=62,num3=63,num4=64=num5=65,num6=66,num7=67,num8=68,num9=69,sum;
sum=num1+num2+num3+num4+num5+num6+num7+num8+num9;
cout<<"the sum is"<<sum;
return 0;
}
Hope it helps
PLEASE MARK AS BRAINLIEST
Similar questions