🧮 Java Loop Programs – TKA
This repository contains simple Java loop and control structure programs created during practice sessions at Kiran Academy.
📂 Files Overview
File Name Description P1.java Print numbers from 1 to 10 using a for loop P2.java Print even numbers between 1 and 50 P3.java Print squares of numbers from 30 to 45 P4.java Print cubes of odd numbers from 12 to 1 P5.java Sum of first N natural numbers P6.java Reverse counting from 50 to 1 P7.java Factorial of a given number P8.java Multiplication table of a given number P9.java Display Fibonacci series up to a given term
🧠 Topics Covered
Loops (for, while, do-while)
Conditional statements (if-else)
Loop control (break, continue)
Clone the repo
git clone https://github.com/harshh-1573/JavaLoopPrograms_TKA.git
Open in Eclipse → src/com/tka/demo2/
Run any .java file individually
✨ Author
Harsh Gorantiwar Student, Kiran Academy