User Profile

Collapse

Profile Sidebar

Collapse
RawrSaysI
RawrSaysI
Last Activity: Feb 4 '06, 04:36 AM
Joined: Feb 4 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RawrSaysI
    replied to I need help on my first JAVA program
    in Java
    nevermind i figured it out...i was missing a + before my last equation. gosh its always the simplest thing.
    See more | Go to post

    Leave a comment:


  • RawrSaysI
    started a topic I need help on my first JAVA program
    in Java

    I need help on my first JAVA program

    I am taking a class on JAVA this semester and was given my first assignment this week. But I am getting an error and I can't figure out what is causing it.

    here is my code:

    public class ShowOperations
    {
    public static void main(String [] args)
    {
    System.out.prin tln("The total of 3 * 5 is " + (3 * 5) + '\n'
    + "The total of 7.1 * 8.3 - 2.2 is " + (7.1 * 8.3...
    See more | Go to post
No activity results to display
Show More
Working...