You are on page 1of 1

REACTION PAPER

1.Introduction of topic:

Methods in Java programming are a fundamental concept used to define and execute reusable blocks of
code. A method is a set of instructions or a block of code that can be called and executed multiple times,
making it a crucial component in creating efficient and maintainable code.

In Java, methods are defined using the keyword "public" or "private", followed by the return type of the
method (such as "void" or any data type), the name of the method, and any parameters that the
method may accept.

2.What are the topic all about? : its talk about the deferent kind of loops

3.What have you learn on the tree videos given? : I learned the there many deferent kind of loops and
you recognice the while loops at the same things

You might also like