Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 142561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:57:22+00:00 2026-05-11T07:57:22+00:00

I have created a small Java application to automatically test some expressions for a

  • 0

I have created a small Java application to automatically test some expressions for a true/false condition.

I am getting two compiler errors in both jGRASP and with the javac command.

The code follows:

public class MathTest {     public static void main(String[] args) {          int x = 10;         int y = 20;         int z = 30;         String string1 = 'six';         String string2 = 'six';          if (x < 10 || x > 10)             System.out.print('True');         else             System.out.print('False');          if (z - y == x && Math.abs(y - z) == z)             System.out.print('True');         else             System.out.print('False');          if (x < 10 && x < 10)             System.out.print('True');         else             System.out.print('False');          if (string1.equals(string2))             System.out.print('True');         else             System.out.print('False');         if (x > y || y > x)             System.out.print('True');         else             System.out.print('False');          if (!(x < y + z) || !(x + 10 <= 20))             System.out.print('True');         else             System.out.print('False');          if (string1 == string2)             System.out.print('True');         else             System.out.print('False');      } } 

The error message is:

     MathTest.java:14: cannot find symbol     symbol  : method abs(int)     location: class Math     if(z - y == x && Math.abs(y - z) == z)                      ^     ./Math.java:13: cannot find symbol     symbol  : method abs(int)     location: class Math     if(z - y == x && Math.abs(y - z) == z)                      ^     2 errors 

What am I doing wrong?

In the unlikely event that my instructor or any administrator from Salt Lake Community College ever comes across this question, let me make my intentions clear. This question is posted in the greatest spirit of academic honesty. I ask this question to seek general advice and help in understanding the proper way to use the Java programming language. I in no way use the work of others and represent it as my own work. I use the answers provided here as a general aid in my understanding. I do all my own work and do not copy work provided by people answering my question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:57:23+00:00Added an answer on May 11, 2026 at 7:57 am

    If you want your program to use Java’s Math.abs (instead of an abs() method in the Math class you wrote), you can say:

    if(z - y == x && java.lang.Math.abs(y - z) == z) 

    …which isn’t very pretty. In general, try not to name your classes the same as the ones in java.lang (or java.anything, really).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 114k
  • Answers 114k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Yep, this is definitely possible using the API. You can… May 11, 2026 at 10:12 pm
  • Editorial Team
    Editorial Team added an answer Many of Google's whitepapers, especially but not exclusively ones linked… May 11, 2026 at 10:12 pm
  • Editorial Team
    Editorial Team added an answer You should be able to use a @class declaration in… May 11, 2026 at 10:12 pm

Related Questions

I have been tasked with finding an open source DOM XML parser. The parser
I have a Java web application designed to be deployed on the internet. It
The organization I currently work for an organization that is moving into the whole
Background I am working on a legacy small-business automation system (inventory, sales, procurement, etc.)

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.