Answer:
#include <iostream>
using namespace std;
int main()
{
    int i = 45; 
    for ( i = 45; i <=165; i = i + 6) 
        cout << i << endl;
}
Explanation:
I corrected your code and highlighted the mistakes. Even though you wrote the correct algorithm, your code did not compile because of the typos you made. 
Remember, C++ is a case-sensitive language. That means, "For" is not same as "for".
Generally, variables and keywords are written in lower case. Of course, there are exceptions, such as constant variables are all written in uppercase letter and class names start with an uppercase letter.
 
        
             
        
        
        
Overflow occurs when the magnitude of a number exceeds the range allowed by the size of the bit field. The sum of two identically-signed numbers may very well exceed the range of the bit field of those two numbers, and so in this case overflow is a possibility.
        
             
        
        
        
The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
-  Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
<h3>How can we overcome ICT challenges?</h3>
There are a lot of Energy Challenges in terms of ICT  in Kenyan and it is good the government and the people work towards energy in terms of sustainable ICT.
Therefore, The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
-  Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
Learn more about computer installations from
brainly.com/question/11430725
#SPJ1