Java Programming : Print the sum of natural number
Example
Input
5
Output
15
Required to know
Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use for loop, and Use of Data types
Steps
Take range as input from the u...
thecodingcoder.hashnode.dev1 min read