Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #4333
| Newsgroups | comp.lang.java.help |
|---|---|
| Date | 2020-09-01 22:36 -0700 |
| Message-ID | <0a492d77-0dfc-4efc-83b2-27698a0856f7n@googlegroups.com> (permalink) |
| Subject | i am new to java . |
| From | ashwin late <ashwinlate6008@gmail.com> |
Area.java:12: error: '(' expected
public void get Area(){
^
Area.java:13: error: ')' expected
system.out.println("Area ="+set Dim());
^
Area.java:13: error: -> expected
system.out.println("Area ="+set Dim());
^
Area.java:13: error: not a statement
system.out.println("Area ="+set Dim());
^
Area.java:18: error: ';' expected
x.get Area();
^
5 errors
Back to comp.lang.java.help | Previous | Next — Next in thread | Find similar
i am new to java . ashwin late <ashwinlate6008@gmail.com> - 2020-09-01 22:36 -0700 Re: i am new to java . Eric Sosman <esosman@comcast-dot-net.invalid> - 2020-09-02 08:09 -0400
csiph-web