
QUESTIONS
1. If the first input is higher than the second input but lower than the third input, what will be the output results? Write on the space provided the input values and the results.
2. If the third input is first than the second input but lower than the first input, what will be the output results? Write on the space provided the input values and the results.
3. If the second input is higher than the first input but lower than the third input, what will be the output results? Write on the space provided the input values and the results.
4. If the first input is higher than the second input and equal to the third input, what will be the output results? Write on the space provided the input values and the results.
5. If the first input is lower than the second input and equal to the third input, what will be the output results? Write on the space provided the input values and the results.


Trending nowThis is a popular solution!
Step by stepSolved in 8 steps with 5 images

- Using the boolean operator "or". If A= False and B=True what would the results be?arrow_forwardUsing MATLAB or Octave (a) prompt the user for what the current wind seed is outside their location in mph. (b)If they enter a value greater than or equal to 74 but less than 96, display "there is a category 1 hurricane outside",If they enter a value greater than or equal to 96 but less than 111, display "there is a category 2 hurricane outside",If they enter a value greater than or equal to 111 but less than 130, display "there is a category 3 hurricane outside",If they enter a value greater than or equal to 130 but less than 157, display "there is a category 4 hurricane outside",If they enter a value greater than or equal to 157, display "there is a category 5 hurricane outside",Otherwise, display "there is no hurricane outside"arrow_forwardWrite a Boolean expression that is true if and only if a student is not a senior who is majoring in either IT or CS. Assume that the student’s year in school is stored in the variable year and the student’s major is stored in the variable major. Use parentheses to indicate clearly the order in which the operations should be evaluated.arrow_forward
- You have an equation r = 3*x^2 - 7*x+ 14. Write the MATLAB code to create a symbolic plot of x on the horizontal and r on the vertical axis from x = -10 to x = +10. (provide the code that can create the plot. Do not need to attach the plot below) %3Darrow_forwardAll objectives are important. Truer/Falsearrow_forwardProvide the correct answer to the questions that have not been answered. Use writing to provide the answer and show work. DO NOT TYPE IT.arrow_forward
- Read Scnerio carefully : Make a Propose and optimal database design in RDBMS for a super store. In which clients came and can purchase products according to their likes and dislikes. Super store have same products of different companies. In the end client received a receipt of their purchase from counter he/she go for bill. Database also save records of stock according to FIFO system. Required to define Entities and their attributes Attributes Types Each Attribute Required Define keys of each entity Define relationship between the entities.arrow_forwardHello. Please answer the attached MIPS programming question correctly by selecting the correct answer choice that translates the given C code to MIPS. You do not have to give a lengthy explanation. I just need the correct answer. *If choose the correct answer choice, I will give you a thumbs up. Thanks.arrow_forwardHow do you tell the difference between text that is shallow and that which is profound?arrow_forward
- Do not use AI or chatGPT etc. for answering!!!!!!!arrow_forwardProvide a counterexample for the following statement: 1.Every shape with four angles is a square. 2.If a real number is not negative, then it is positive. 3.All people with brown hair have brown eyes or are short. 4.If a and b are integers where a is divisible by b and b is divisible by a, then a is equal to b. 5.If n-squared is greater than zero, then n is greater than zero. 6.If n is an even number, then n2 + 1 is a prime number. 7.If n is an integer that is positive, then n3 is greater than n-factorial. 8.The result of 3n + 5 is an even integer if and only if n is an odd integer. 9.The result of 3n + 2 is an even integer if and only if the number n is an even integer. 10. Find two even integers whose sum is not a multiple of 4. In other words, the result of n1 + n2 is not divisible by 4.arrow_forwardCreate a basic calculator that will get the sum, difference, product and quotient of two numbers entered by the user. (Be creative).arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





