User Profile
Collapse
-
nevermind i figured it out...i was missing a + before my last equation. gosh its always the simplest thing. -
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...
No activity results to display
Show More
Leave a comment: