Create a JAVA Program to Print the Series | 1, 4, 9, 16, 25, 36, 49, .... | Class#36

Опубликовано: 08 Февраль 2026
на канале: AKH Coding Class
1,464
15

B-Tech Student Next 3 Months Journey Blueprint | Must Watch and Understand:
   • B-Tech Student to Software Developer | You...  

Download your Java Programming Finisher Blueprint Document - Free ONLY for Limited Periods Only:
https://docs.google.com/spreadsheets/...


Details:
In this class you will learn how to create a Java Program to print a Series like below,
1, 4, 9, 16, 25, 36, 49, ....
Learn the Flow Chart Concept
Learn how to test logic in excel.
Learn how to create a Java Program.

Assignment:
Print the following series.,
1, 8, 27, 64 ...
Clue: This is actually cube of each iteration.