Skip to content

Commit

Permalink
Added a small calculation to the read_value program (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliavsky authored Sep 14, 2024
1 parent 523dfca commit d61bc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/learn/quickstart/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ program read_value
print *, 'Please enter your age: '
read(*,*) age
print *, 'Your age is: ', age
print *, 'In ten years, your age will be ', age + 10
end program read_value
```
Expand Down

0 comments on commit d61bc52

Please sign in to comment.