Answer:
myPetA = pet(self, 'dog', 'Spot')
Explanation:
I mite be wrong
Answer:
sorry please write in English than i help.you i don't understand your language
Answer:
#include <iostream>
using namespace std;
int cube(int num)//function cube..
{
return num*num*num;
}
int main() {
int result=cube(4);//result stores the value of cube(4).
cout<<result;//displaying it to the screen.
return 0;
}
Explanation:
The above code is in C++ language.The function cube is passed with value 4 and the result of it is stored in the variable result of integer type.Then the result is displayed using the cout. Which is used to print the statement to the output screen.
The answer to this question is B.
Motorcycles have two or three wheels, a seat for the rider and at lease a 70 horse-powered engine.