Originally Posted by -BiESi Yeah, there is something called programming oh but can u tell me how to use that program to make a multi-tool like : calculator + website ?
Originally Posted by sen123 oh but can u tell me how to use that program to make a multi-tool like : calculator + website ? if you know how to use Google you would not ask this dumb question /facepalm
Originally Posted by sen123 oh but can u tell me how to use that program to make a multi-tool like : calculator + website ? Code: int N1; int N2; cin >> N1; cin >> N2; cout << "Result: " << N1 + N2 Go and learn a programming language