The page could be loaded by chrome some time ago, and the other manga pages of the series could be loaded properly.
Not that it's really a problem; I'm just curious about it.
The code is below:
#include <iostream>
using namespace std;
void MenuOptions (char );
int main () {
MenuOptions ();
system ("pause");
return 0;
}
void MenuOptions (char ) {
cout <<"Basic Mathematical Operations"<<endl;
cout <<" a. Set the...