Write a function named power that accepts two parameters containing integer values (x and n, in that order) and recursively calculates and returns the value of x to the nth power.

Answers

Answer 1

Answer:

Following are the code to the given question:

int power(int x, int n)//defining a method power that accepts two integer parameters

{

if (n == 0)//defining if block to check n equal to 0

{

return 1; //return value 1

}

else//defining else block

{

x = x * power(x, --n); //use x variable to call method recursively

}

return x; //return x value

}

Explanation:

In the above-given code, a method power is defined that accepts two integer variable in its parameter, in the method a conditional statement is used which can be defined as follows:

In the if block, it checks "n" value, which is equal to 0. if the condition is true it will return value 1.In the else block, an integer variable x is defined that calls the method recursively and return x value.

Related Questions

what program we write for nested if in c++ to print something after else part but before inner if else
if(condition){
}
else
//something we want to print
if(condition){
}
else{
}

Answers

Answer:

if(condition){

}

else  {

  // something we want to print

  if(condition) {

     // ...

  }

  else {

     // ...

  }

}

Explanation:

Create code blocks using curly braces { ... }.

Use proper indentation to visibly make it clear where code blocks start and end.

Write an application that counts the total number of spaces contained in a quote entered by the user.

Answers

Answer:

Explanation:

The following code is written in Java. It asks the user for an input and saves it in a String variable. Then it loops through all the characters in the string and counts the spaces. Finally, it prints the total number of spaces in the String.

public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       System.out.println("Enter Line Now:");

       String userInput = in.nextLine();

       int spaceCount = 0;

       for (int x = 0; x < userInput.length(); x++) {

           if (userInput.charAt(x) == ' ') {

               spaceCount++;

           }

       }

       System.out.println(spaceCount);

   }

answer 1 question and get 10 points in return

Answers

Answer:

3

Explanation:

sorry if I'm wrong...it's been a while since I took a coding class.

3 I think... hope this helps!

Write an expression that will print "in high school" if the value of user_grade is between 9 and 12 (inclusive).

Answers

Answer:

C#

if(user_grade >=9 && user_grade <=12)

{

   Console.WriteLine("In Highschool");

}

Python

if user_grade >= 9 & user_grade <= 12:

  print("In Highschool")

Java

if(user_grade >=9 && user_grade <=12)

{

   System.println("In Highschool");

}

Explanation:

What was that show where lowe’s were based off eye colors and the main character had orange eyes that let her mind control people. It was either on netflix or hulu

Answers

The Innocents on Hulu i think

Answer:Raising Dion?

Explanation:

Was it Raising Dion?

Write a function named findmax()that finds and displays the maximum values in a two dimensional array of integers. The array should be declared as a 10 row by 15 column array of integers in main()and populated with random numbers between 0 and 100.

Answers

Answer:

import java.util.*;

public class Main

{

public static void main(String[] args) {

    Random r = new Random();

    int[][] numbers = new int[10][15];

   

    for (int i=0; i<10; i++){

        for (int j=0; j<15; j++){

            numbers[i][j] = new Random().nextInt(101);

        }

    }

   

    for (int i=0; i<10; i++){

        for (int j=0; j<15; j++){

            System.out.print(numbers[i][j] + " ");

        }

        System.out.println();

    }

   

    findmax(numbers);

}

public static void findmax(int[][] numbers){

    int max = numbers[0][0];

   

    for (int i=0; i<10; i++){

        for (int j=0; j<15; j++){

            if(numbers[i][j] > max)

                max = numbers[i][j];

        }

    }

    System.out.println("The max is " + max);

}

}

Explanation:

*The code is in Java.

Create a function called findmax() that takes one parameter, numbers array

Inside the function:

Initialize the max as first number in the array

Create a nested for loop that iterates through the array. Inside the second for loop, check if a number is greater than the max. If it is set it as the new max

When the loop is done, print the max

Inside the main:

Initialize a 2D array called numbers

Create a nested for loop that sets the random numbers to the numbers array. Note that to generate random integers, nextInt() function in the Random class is used

Create another nested for loop that displays the content of the numbers array

Call the findmax() function passing the numbers array as a parameter

References inserted initially as footnotes can be converted to endnotes through an option in the software.

A. True

B. False

Answers

The answer is A. True

The answer is: A) True

Are Dogs are better than video games?

Answers

sometimes bc dogs are very lovey but video games also have there moments

Answer:

In some cases yes.

Explanation:

Some days I really enjoy my video games and other days I enjoy being with my dog but sometimes they are annoying especially if they have way more energy than you

describe PROM, EPROM and EEPROM memories​

Answers

Answer:

Explanation:

PROM is a Read Only Memory (ROM) that can be modified only once by a user while EPROM is a programmable ROM that can be erased and reused. EEPROM, on the other hand, is a user-modifiable ROM that can be erased and reprogrammed repeatedly through a normal electrical voltage.

Other Questions
What is the slope of the line through (5,10)(5,10)left parenthesis, minus, 5, comma, minus, 10, right parenthesis and (1,5)(1,5)left parenthesis, minus, 1, comma, 5, right parenthesis?tysm True or False: A system of two equations in two variables whose graphs are a parabola and a circle can have four real ordered-pair solutions. M=3 (-4,-7) PLease include steps!!( I will give brainliest) Please someone do this I have a lot of school to do and I can't because i just got home and it's due by 7! I'll give brainiest!!! And five stars!Please define the following terms:mercantilism, import, export, enumerated article, legislature, indentured servant, Navigation Acts, Dominion of New England, English Bill of Rights. Raju bought a book for Rs.35.65. He gave Rs.50 to the shopkeeper. How much money did he get back from the shopkeeper? What is the difference between physical & chemical changes?Slate whether each is an example of a Physleat (P) or Chemteal (C) property1. Arock's density2. boiling point of Gatorade3. ability of an old car to rust4. red color of a pe appleS ability of wood to ignite8. bitler taste of a lemon7. melting point of wax8. hardness of marble9. Luster (shininess) of gold A brand new car costs $18,000, this price depreciates at 25% every year, how much would the car be after 12 years? 20 years? giving 30 points & brainliest to whoever can help w there two questions!! Which of the following is not true about the play Hedda Gabler Which statement is scientifically based? O OMutations rarely occur.All mutations are harmful.Some mutations can be contagious, like infections.Mutations are not passed from parent to offspring? (golf) A par 5 is longer in distance from tee to green than a par 3. TrueFalse Find the slope of the line. How do I block someone in brainly/ pls help me someone has been bothering me CAN SOMEONE PLEASE HELP ME WITH GRAPHING THIS? AND PLEASE EXPLAIN HOW TO GRAPH IT A car travels at a speed of 55 km/hr and slows down to 10 km/hr in 20 seconds. What is the acceleration? Susana heats up a sample of red crystals. While the sample is being heated,a gas is released and a blue powder is left after heating. Is the sample of red crystals an element or compound? What is the form of energy that our eyes can detect?A. Sound EnergyB. Chemical EnergyC. Light EnergyD. Thermal Energy with what force will the a car hit a tree if the car has a mass of 3,000 kg and a acceleration of 2m/s^2 what was the main goal of the declaration of independence.A: to persuade other countries to adopt similar democratic government.B: to explain to the world their decision to leave the British empire.C: to end British taxes on the coloniesD: to overturn George III's rule in England. el paso de meo can opener