slash
Anonymous
c_cpp
09/27/2023 8:16 AM
284 B
39
Indexable
#include <iostream>
using namespace std;
int main(){
cout << "I an \"18\" years old" << endl;
cout << "\"35/100=0.35=35%\"" << endl;
cout <<"\"\\t\\\"\\n\"//%f\\\\\\\' are special symbpls\"" << endl;
}Editor is loading...