We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18c1a6 commit eab4d26Copy full SHA for eab4d26
Section10Methods/Methods 2.O/src/DemoExample.java
@@ -2,7 +2,7 @@ public class DemoExample {
2
public static void main(String[] args) {
3
String chacha = "Iron Man";
4
5
- //outside main class declare a method 'greet' and print name.
+ //outside the main class declare a method 'greet' and print name.
6
greet(chacha);
7
}
8
static void greet(String naam) {
0 commit comments