How do I create a program with even numbers ranging from 2 to 100.
The only example i have in my book is of integers
0 to 100
#include<iostream>
using namespace std;
int main()
{ const number Max = 80
numtotal =2
for(number i=2;<=Max;++ number)
{total += i;