Guest_imported
New member
- Jan 1, 1970
- 0
#include <iostream.h>
int main ()
{
int selection;
cout << "Insert 1 for pak 1 or 2 for pak 2. \n";
cin >> selection;
if (selection == 1)
cout << "Created Pak 1 \n";
public static void rename( String C:\Dev-C++\tests\t1.dev, String C:\Dev-C++\tests\newdev.dev );
else if (selection == 2)
cout << "Created Pak 2 \n";
else
cout << "Invalid Command \n";
cin >> selection;
int exit;
cin >> exit;
return 0;
}
int main ()
{
int selection;
cout << "Insert 1 for pak 1 or 2 for pak 2. \n";
cin >> selection;
if (selection == 1)
cout << "Created Pak 1 \n";
public static void rename( String C:\Dev-C++\tests\t1.dev, String C:\Dev-C++\tests\newdev.dev );
else if (selection == 2)
cout << "Created Pak 2 \n";
else
cout << "Invalid Command \n";
cin >> selection;
int exit;
cin >> exit;
return 0;
}