<span>A. Mechanical i think sorry if im wrong</span>
Thanks for the points lol have a good day or night
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 keys in all rows that's sit between the touch keys are the stretch key
Answer:
I am not sure on this one I am guessing it is True
Explanation: