Hello, Iam trying to create a program, that would display all even number between 1 and 100, (such as 2,4,6,8 etc.). The program would be in C++, and it would go something like:
//comments
//date
#include <iostream.h>
int main( )
{
int num1=0;
int num2=2*2;
if( num1 = num2)
cout<<
return 0;
}