Question

Java: Write the condition to determine if value is less than 99,999 or value is greater...

Java: Write the condition to determine if value is less than 99,999 or value is greater than 5,000. You do not have to worry about putting the triangle I want just the code that would go inside the box.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

to check the value is less than 99999 or the value is greater than 5000

for example we have a variable a and we need to check if a is in between 99999 and 5000

we can do it using if statement

if(a<99999 || a>5000)

this will check the condition you are looking for.

Add a comment
Know the answer?
Add Answer to:
Java: Write the condition to determine if value is less than 99,999 or value is greater...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Array manipulation (a) Write Java code for a method exchange (int [] a, int i, int...

    Array manipulation (a) Write Java code for a method exchange (int [] a, int i, int j) that exchanges the values stored at indices i and j in the array a. You do not need to worry about cases where either i or j is an invalid index. Give the best estimate you can for its time complexity (b) In an ordered array of n items, how can we determine whether or not an item belongs to the list using...

  • This assignment will let me know if you have less than, greater than or equal to...

    This assignment will let me know if you have less than, greater than or equal to 50 cents in your pocket. Assuming the value you pulled out of your pocket is less than $1.00 •       In the main code, create 3 variables, 1st one will be "hard coded", meaning it will always have the same value when the program is ran. 2nd value is a value you input into the computer, 3rd value is a random number generated by the computer...

  • This assignment will let me know if you have less than, greater than or equal to...

    This assignment will let me know if you have less than, greater than or equal to 50 cents in your pocket. Assuming the value you pulled out of your pocket is less than $1.00 •       In the main code, create 3 variables, 1st one will be "hard coded", meaning it will always have the same value when the program is ran. 2nd value is a value you input into the computer, 3rd value is a random number generated by the computer...

  • IN C++ Write a code to print out elements from a array/vector that is greater/less than...

    IN C++ Write a code to print out elements from a array/vector that is greater/less than a specific value.

  • 1) positive, greater than 0 OR negative, less than 0 2) positive, greater than 0 OR...

    1) positive, greater than 0 OR negative, less than 0 2) positive, greater than 0 OR negative, less than 0 3) positive, greater than 0 OR negative, less than 0 4) positive, greater than 0 OR negative, less than 0 5) smaller, larger, smaller or larger depending on temp.    FOLLOW-UP PROBLEM 20.7 Determining the Effect of Temperature on AG A reaction is nonspontaneous at room temperature but is spontaneous at 500°C. What can you say about the signs and...

  • write Java statements that perform the following functions ? 21 If x is greater than or...

    write Java statements that perform the following functions ? 21 If x is greater than or equal zero, then assign the square root of x to variable sqrtx and print out the result Otherwise, print out an error message about the argument of the square root function and set sqrtx to zero (2) 22 A variable fun is calculated by dividing variable numerator by variable denominator If the absolute value of denominator is less than 1, write "Divide by zero...

  • Let A = {2, 3, . . . , 50}, that is, A is the set of positive integers greater than 1 and less than 51. Determine the sm...

    Let A = {2, 3, . . . , 50}, that is, A is the set of positive integers greater than 1 and less than 51. Determine the smallest number x such that every subset of A having x elements contains at least two integers that have a common divisor greater than 1, and justify your answer. (5 marks) Let A {2,3, ,50}, that is, A is the set of positive integers greater than 1 and less than 51. Determine...

  • 1) The area that is less than 4 (<4) and the area that is greater than...

    1) The area that is less than 4 (<4) and the area that is greater than or equal to 4 (≥4) would be considered ______. Group of answer choices complements a continuous distribution binomial outcomes z scores 2) As the z-score decreases, the cumulative area under the curve to the left of that value will _______. Group of answer choices increase go to 1 decrease remain the same 3) As the z-score increases, the cumulative area under the curve to...

  • Need assistance with small piece of larger assignment writing a recursive division algorithm (Java). The assignment is t...

    Need assistance with small piece of larger assignment writing a recursive division algorithm (Java). The assignment is to write a recursive division algorithm to build a maze in a 2D array. I have code that will randomly generate vertical and horizontal walls and randomly place doorways in the walls. Requirements: The maze should be broken into sub-regions on each recursive method call until the sub-region is no less than 3x3. My recursive calls only seem to work on the top...

  • java Print all sets of three integers less than 70 that can represent the sides of...

    java Print all sets of three integers less than 70 that can represent the sides of a right triangle. There should be no duplications, so if you output 3, 4, 5, do not output 4, 3, 5. Sample Output: Pythagorean Triples 4 5 5 12 13

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT