anyone can help me in solving this question please .
Write a program that reads four integers from a file ‘input.txt’.
The program will then create a single integer number from the four integers. The
output of
the program will be the single number and single number + 600.
are there any steps i forgot them ?
#include <iostream>
using namespace std;
int main ()
{
int number , a;
cout<<"enter en ineger number";
cin>>number;
cout<<"add 600 to the number"
cin>>a=number+600;
return 0;
}
This forum is not for getting fully-written code that you can plagiarize. Make a valid attempt at writing the program yourself and we will help you finish it each time you get stuck.