answersLogoWhite

0


Best Answer
  1. Assume that the first one is the largest.
  2. Compare another integer with the current largest. If it is larger than the current largest, it becomes the new largest.
  3. Repeat the second point for every integer.
  4. At the end, the current largest is the overall largest.
User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Find out the largest among four integer values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a java method to find the second largest integer in an array by using only one loop?

Use two variables to store the largest, and the second-largest integer. Update those in a loop, for every element in the array. Initial values might be the lowest permissible value for the int, long, double, or whatever value you use.


What is the largest integer less than 10,000 that is divisible by 2023?

To find the largest integer less than 10,000 that is divisible by 2023, we can start by dividing 10,000 by 2023. We will find that the quotient is 4 and the remainder is 1976. Therefore, the largest integer less than 10,000 that is divisible by 2023 is 10,000−1976= 8024


How do you find the interval for a set of data?

You find the the smallest and largest values. The interval is the largest minus the smallest.


How do you get the range of integer values?

The range of a set of numbers is the difference between the highest and lowest values. Find these and subtract the lowest from the highest.


Find three positive consecutive odd integers such that the square of the middle integer increased by four times the largest integer is 173?

9,11,13


Find all integer values of x that make the equation or inequality true x2 equals 9?

that would be limited to 3 and -3 for values of x


How do you find he range of a set of data?

Find the smallest and the largest values/numbers. These form the range.


How do you find an integer?

To find an integer you ask your teacher.


Find the largest of three consecutive even integers if the sum of the 2 smaller integers is 16 more than the largest integer What is the largest of the 3 integers?

Let the smallest integer be 2n, the next integer is 2n + 2, and the largest one is 2n + 4. Then, we have:2n + (2n + 2) = (2n + 4) + 164n + 2 = 2n + 202n = 18 the smallest integer2n + 2 = 18 + 2 = 20 the next one2n + 4 = 18 + 4 = 22 the largest integerCheck


How do you add integers with different signs?

1. Take the absolute values of those two integers.2. Find the difference.3. Determine which integer is the largest. If that integer is positive, then the answer is positive. If that integer is negative, then the answer is negative.


How are the GCF and LCM alike?

The greatest common factor, or GCF, is the largest positive integer that will divide evenly with no remainder into all the members of a given set of numbers. The least common multiple, or LCM, is the smallest positive integer that all the members of a given set of numbers will divide into evenly with no remainder.


How you calculate the range?

If possible, find the largest and smallest possible values of the variable under study. Then the range = Largest Value minus Smallest Value.