Write a C for the following resultsSolutionThis is only thin
Write a C++ for the following!
results!
Solution
This is only thing I could figure out from your question , that C++ code prints \"results!\"
#include <iostream>
using namespace std;
int main(){
cout << \"results!\" << endl;
return 0;
}
