Skip to content

Commit eab4d26

Browse files
committed
Section 10 Methods
Signed-off-by: https://github.com/Someshdiwan <[email protected]>
1 parent c18c1a6 commit eab4d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section10Methods/Methods 2.O/src/DemoExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ public class DemoExample {
22
public static void main(String[] args) {
33
String chacha = "Iron Man";
44

5-
//outside main class declare a method 'greet' and print name.
5+
//outside the main class declare a method 'greet' and print name.
66
greet(chacha);
77
}
88
static void greet(String naam) {

0 commit comments

Comments
 (0)