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
Lunna [17]
3 years ago
12

Write a function named cube that accepts a number as an argument and returns the cube of that number. Write Python statement(s)

that passes 3 to this function and prints returned value.​
Computers and Technology
1 answer:
dimaraw [331]3 years ago
6 0

def cube(num):

   return num*num*num

for the number 3:

def cube():

    return 3*3*3

You might be interested in
Once we have reached complete efficiency in the third part of the LRAS Curve, what occurs?
sergiy2304 [10]

your answer is c hope this helps


8 0
4 years ago
If a user was a part of a conversation and would like to be removed by using ignore conversation what will occur
777dan777 [17]

Answer:

All current and future messages would be ignored

Explanation:

The ignore conversation is one feature that You can use to keep away from conversations that you do not want to be a part of. By using this Ignore Conversation feature, all current and future messages would be ignored.

This ignoring feature would you away from future responses to this conversation. your inbox would be free of them so you can focus on important messages.

6 0
3 years ago
Write a Java application that inputs a series of 10 integers and determines and prints the largest and smallest integer. Use a c
klio [65]

Answer:

import java.util.Scanner;

public class LargestSmallest {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       System.out.print("Enter 10 integers: ");

       int num = in.nextInt();

       int i = 1;

       int min = num, max = num;

       while (i < 10) {

           num = in.nextInt();

           if (num > max) max = num;

           if (num < min) min = num;

           i++;

       }

       System.out.println("Largest number: " + max);

       System.out.println("Smallest number: " + min);

   }

}

Explanation:

A Java application that inputs a series of 10 integers and determines and prints the largest and smallest integer is written above.

5 0
3 years ago
Which of these is not a combination of a keyboard and percussion musical instrument?
Sergio [31]

Answer:

The Harmonium is not a combination of a key board and percussion musical instrument.

Explanation:

The Harmonium is not a combination of a key board and percussion musical instrument.

A harmonium, also called a "melodeon", "reed organ" or "pump organ", is a keyboard instrument that is a lot like an organ. It makes sound by blowing air through reeds, which are tuned to different pitches to make musical notes.

3 0
3 years ago
Which feature is needed to make enterprise application migrate to private cloud ?
den301095 [7]

The answer is C: Enablement of application as SaaS.

A cloud can provide IT infrastructure network services like storage and servers. Once an application has been identified as a potential candidate for cloud migration, it is important to consider what type of cloud environment; PaaS, SaaS, or IaaS. In this case, SaaS will be considered. SaaS host business application and makes them available to clients online. It removes the need for enterprises to run applications on their own.

8 0
3 years ago
Read 2 more answers
Other questions:
  • For any element in keysList with a value greater than 60, print the corresponding value in itemsList, followed by a semicolon (n
    14·2 answers
  • A company's computers monitor assembly lines and equipment using ________ communications.
    6·1 answer
  • Write a (java) program with a class called Sum1, using a while loop to add 10 numbers entered from the key-board.
    5·1 answer
  • The Middle East links which two countries
    10·2 answers
  • As in algebra, you can use brackets to override the order of operations Excel follows to perform formula calculations. True or f
    13·1 answer
  • Anyone understand coding? Please Help! Thank you! :)
    8·1 answer
  • Please help explain this calculator code.
    13·1 answer
  • 6. When working with a file,
    9·1 answer
  • Define file manager
    13·1 answer
  • Re-write the below program correcting the bugs
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!