1. Write the program in C++ for calculating the power of a given number. For calculating the power create the function Power where the base and exponent of number to be read through keyboards.During calculation lets considerate also conditions the following:
x^0=1
x^-n=1/(x^n)
0 for n>0
0^n=
infinit for n<0
2. On the table below it is expressed the consum of electrical energy for the year 2012 by districts. Write the program on c++ who calculate the consume of electrical energy for each distric and each category of consum.
Districst homemaking industry Commercial
New york 626 94 269
Washington 189 19 46
Florida 231 24 63
LA 205 18 55
New Jersey 305 53
The answer to the question is available in the PDF file https://assignmentexpert.com/https://assignmentexpert.com/homework-answers/programming-answer-38472.pdf
Comments
Leave a comment