1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mrac [35]
3 years ago
10

The _____ function is a logical function that returns a TRUE value if any of the logical conditions are true and a FALSE value i

f all the logical conditions are FALSE.
Computers and Technology
1 answer:
lys-0071 [83]3 years ago
7 0

Answer:

OR

Explanation:

The logical function is used to combine one or more logical condition their are many types of logical condition that are given below

  1. Logical OR
  2. Logical And
  3. Logical Not

The Logical OR Function returns true when any of the condition is true and it returns false when both the condition are false

Following are the example in C programming language

In the programming language it is represented by ||  

a=90;

b=98;

c=187;

int t=(c< b || b>a)

it returns true because one condition is true i.e b>a .

The truth table of OR logical function is given below

A              B           Result

True        True       True

True        False      False

False      TRUE      TRUE

FALSE    FALSE     FALSE

You might be interested in
IF ANSWER I WILL BE REALLY HAPPY
butalik [34]

Answer:

C.

Explanation:

7 0
3 years ago
Read 2 more answers
The graph of a function f x is shown below what is the domain of f x​
patriot [66]
Was there supposed to be a picture here?
4 0
3 years ago
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five int
Aloiza [94]

Using the knowledge in computational language in JAVA it is possible to write a code that  print the respective minimum and maximum values as a single line

<h3>Writting the code in JAVA:</h3>

<em>import java.io.*;</em>

<em>import java.util.*;</em>

<em>import java.text.*;</em>

<em>import java.math.*;</em>

<em>import java.util.regex.*;</em>

<em />

<em>public class Solution {</em>

<em>    public static void main(String[] args) {</em>

<em>        Scanner in = new Scanner(System.in);</em>

<em>        long sum = 0;</em>

<em>        long max = Long.MIN_VALUE;</em>

<em>        long min = Long.MAX_VALUE;</em>

<em>        for (int i = 0; i < 5; i++){</em>

<em>            long n = in.nextLong();</em>

<em>            sum += n;</em>

<em>            max = Math.max(max, n);</em>

<em>            min = Math.min(min, n);</em>

<em>        }</em>

<em>        System.out.println((sum - max) + " " + (sum - min));</em>

<em>    }</em>

<em>}</em>

See more about JAVA at brainly.com/question/12974523

#SPJ1

8 0
2 years ago
Which of the following is not a common business use of blogs? document sharing promotions posting answers to frequently asked qu
vagabundo [1.1K]
Document sharing I think
4 0
3 years ago
Read 2 more answers
Escribe 10 ejemplos de lo que consideras un byte
stira [4]

<u>Respuesta:</u>

Espero y te pueda ayudar: ).

4 0
3 years ago
Other questions:
  • What is the speed limit in school zone
    11·2 answers
  • In excel what is the biggest disadvantage of copying a worksheet into another workbook?
    15·1 answer
  • You install a new driver, but your device still doesn't work. What is the first thing you should do?
    14·1 answer
  • Suppose that a database modification results in the execution of a trigger but that trigger generates another modification that
    9·1 answer
  • How is energy expended in active transport​
    10·1 answer
  • A part-time job performed while in high school must have the approval of your school counselor.
    7·2 answers
  • Can you please help look at the picture i will give you a. brainliest and 10 points​
    15·2 answers
  • Explain the effects of disposing electronic equipments to the environment ​
    13·1 answer
  • Explain any two features of a computer​
    15·1 answer
  • PLEASE HELP THANK YOU
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!