answer.
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
777dan777
2 months ago
7

Test if a number grade is an A (greater than or equal to 90). If so, print "Great!". Sample Run Enter a Number: 98 Sample Output

Great! Hint Grades may be decimals
Computers and Technology
1 answer:
Harlamova29_29 [1K]2 months ago
7 0
To use Python: a = eval(input("Please enter a mark")) if (a < 0): print("Invalid mark") elif (a >= 90 and a <= 100): print("GREAT") Explanation:
You might be interested in
Which major NIMS Component describes systems and methods that help to ensure that incident personnel and other decision makers h
maria [1035]

Answer:

1.Communication Management

2.Information Management

Explanation:

NIMS has implemented a COMMUNICATION management system to ensure that decision-makers have the appropriate means to communicate their decisions. This system outlines standards for personnel to convey their decisions more effectively and efficiently.

Additionally, NIMS provides a system created to verify whether personnel possess the necessary information to make and communicate decisions, referred to as Information management. Moreover, it includes templates that detail how information should be disseminated while taking into account the confidentiality of the data.

4 0
2 months ago
Read 2 more answers
How does Accenture help companies harness the power of data to achieve optimal business outcomes?
8_murik_8 [964]

Response:

Accenture Analytics enables businesses to unlock tangible value from their data by utilizing a vibrant network of alliances and vendors from both established and emerging technology providers, taking a neutral stance toward technology in their solution development and implementation. Hope this assists you! :D

4 0
3 months ago
Read 2 more answers
Your company is developing a new marketing campaign and wants to know which customers have never placed an order. You will need
maria [1035]

Answer:

Refer to the explanation

Explanation:

By utilizing the left outer join:

select custid,companyname,contactname,country,phone from sales.customers left outer join sales.orders on sales.customers=sales.order;

4 0
2 months ago
When a switch configuration includes a user-defined error threshold on a per-port basis, to which switching method will the swit
maria [1035]
When the user-defined error threshold established on a per-port basis is met, the switch will revert to using the STORE-AND-FORWARD switching method.
7 0
3 months ago
Using the "split" string method from the preceding lesson, complete the get_word function to return the {n}th word from a passed
ivann1987 [1066]

Answer:

def get_word(sentence, n):

# Only execute if n is a positive integer

   if n > 0:

       words = sentence.split()

# Ensure n does not exceed total words

       if n <= len(words):

           return words[n-1]

   return (" ")

print(get_word("This is a lesson about lists", 4)) # Expected output: lesson

print(get_word("This is a lesson about lists", -4)) # No output

print(get_word("Now we are cooking!", 1)) # Expected output: Now

print(get_word("Now we are cooking!", 5)) # No output

Explanation:

Highlights show added sections.

If n is greater than zero, the sentence is split into words using the split method.

If n is within the limit of the total number of words, the (n-1)th index will be returned, as indexing begins at 0, making (n-1) the correct reference for the nth word.

8 0
3 months ago
Other questions:
  • In Python, what kind of error is returned by the following code? (e.g. NameError, ValueError, IOError, etc.) def my_func(n1, n2)
    8·1 answer
  • A method countDigits(int num) of class Digits returns the remainder when the input argument num(num &gt; 0) is divided by the nu
    10·1 answer
  • Remember for a moment a recent trip you have made to the grocery store to pick up a few items. What pieces of data did the Point
    10·1 answer
  • Provide an example by creating a short story or explanation of an instance where availability would be broken.
    10·1 answer
  • Write a statement that assigns finalResult with the sum of num1 and num2, divided by 3. Ex: If num1 is 4 and num2 is 5, finalRes
    15·1 answer
  • If a database named Contacts has a table named tblEmployees and another database named Orders links to that tblEmployees table,
    8·1 answer
  • What term best describes the grammatical rules for writing proper code? paths syntax hyperlinks declarations
    7·2 answers
  • c++ You are given an array A representing heights of students. All the students are asked to stand in rows. The students arrive
    5·1 answer
  • hard disk drive has 16 platters, 8192 cylinders, and 256 4KB sectors per track. The storage capacity of this disk drive is at mo
    13·1 answer
  • On January 1, 1980, Moises deposited $1850 into a savings account paying 5.6% interest, compounded quarterly. If he hasn't made
    9·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!