Write a complete program that declares an integer variable, reads a value from the keyboard into that variable, and writes to st
andard output the square of the variable's value.
1 answer:
Answer:
#include <iostream>
using namespace std;
int main ()
{
int num;
cin>>num;
cout << num<< " " << 2 num << " " << numnum;
return 0;
}
Explanation:
See answer
You might be interested in
This is port 80 for clear-text connections and 443 for encrypted (TLS) connections.
<span>abstraction possibly </span>
Answer:
A second person prespective
Explanation:
Answer:
Correct
Explanation: