Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2554
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Im stuck :-s plz help again LOL |
| Date | 2013-02-24 22:26 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <kgelin$2ft$1@dont-email.me> (permalink) |
| References | <74bb5922-3b7d-4d38-8231-e4d69647ad44@googlegroups.com> <kgef4q$93p$1@dont-email.me> <afeff89b-754f-4492-88d3-ad789236536b@googlegroups.com> |
On 2/24/2013 8:44 PM, Sara M. wrote:
> On Sunday, February 24, 2013 6:36:25 PM UTC-7, Eric Sosman wrote:
>> On 2/24/2013 8:18 PM, Sara M. wrote:
>> [...]
> I know how to print it but it gives me a error the print is System.Out.Println(); but the last 3 lines of the code are having an issue that is what i dont get ! i dont see where the problem is
It's not System.Out.Println, it's System.out.println.
(If that's not the problem, don't blame me: I can only
guess about what "a error" is, since you kept it secret.)
> and in the second assignment i dont get how you can print the whole formula cause in java when you type 5/2 you automatically get 2 and not the whole formula 5/2=2 .... I want to know how to print out the whole formula
Try a simpler problem first: Print "Betelgeuse" and the
calculated result, so the output is
Betelgeuse = 145
Betelgeuse = 211
Betelgeuse = 6401870
Now study what you've written, and think about how you might
get "(179 + 21 + 10) / 7 + 181" instead of "Betelgeuse".
--
Eric Sosman
esosman@comcast-dot-net.invalid
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar | Unroll thread
Im stuck :-s plz help again LOL "Sara M." <kasra.song@gmail.com> - 2013-02-24 17:18 -0800
Re: Im stuck :-s plz help again LOL Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-02-24 20:36 -0500
Re: Im stuck :-s plz help again LOL "Sara M." <kasra.song@gmail.com> - 2013-02-24 17:44 -0800
Re: Im stuck :-s plz help again LOL markspace <markspace@nospam.nospam> - 2013-02-24 18:06 -0800
Re: Im stuck :-s plz help again LOL Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-02-24 22:26 -0500
csiph-web