Skip to content
Permalink
Browse files
Merge pull request #4 from rehmanm13/patch-3
rehman-code.cpp
  • Loading branch information
sabatierb committed Apr 16, 2021
2 parents 1071c46 + 0c3acd8 commit fbf102710e25291cc2609f82a444941a0abfc588
Showing 1 changed file with 8 additions and 0 deletions.
@@ -21,7 +21,11 @@ int main() {
std::cout << "\n";
} while (mars_choice != 1 && mars_choice != 2);


if (sameed_choice == 1) {

if (mars_choice == 1) {

std::cout << " It turns out to be Sky!\n\n";
std::cout << " Sky jumps on Sameed while smiling\n\n";
std::cout << " Press any char to continue\n";
@@ -60,7 +64,11 @@ int main() {
std::cout << "\n";
} while (mars_choice != 1 && mars_choice != 2);
system("CLS");

if (sameed_choice == 1) {

if (mars_choice == 1) {

std::cout << "\n\n";
std::cout << " 'Thank you!' my friend shouts while running off to continue battling with the Theif\n\n";
std::cout << " Sameed runs after Sameed.... 'OMG wait me!'\n\n";

0 comments on commit fbf1027

Please sign in to comment.