i need help for an engineering class is this the correct syntax for this type of program to add two numbers together i need help at the line that says here this is for a c++ source file
// program
#iomanip
#iostream
include namespace std;
void main()
{
int number1,number2;
char answer;
cout<<"number1";
cin>>"number1";
cout>>"number2";
cin>>"number2";
answer=number1+number2
here> cout<<char<<answer<<endl;
}