Integer Variables Problems
Making a Counter
In programming, you often see common patterns in the code. One of these patterns is called a counter. While you haven't needed them yet, you will when you begin working with loops that repeat actions.
In this program, edit the counter block on both sides of the equal so that the integer variable, result, is one more than its original value. When you run your program it should output the following text.
Result: 43