Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted by jonathan ( 13 years ago )
#include "stdafx.h"
#include <iostream>
#include <cmath>
using namespace std;     

int main()
{
int choice, a, computerchoice, b, storechoice, boatchoice, aa;
a = 1;
int computer, enter; 
//while (true){
cout << "You are at the store insde there is only a computer would you like to access the computer or goback outside" << endl;
cout << "1. Go to the computer " << endl;
cout << "2. Go back outside " << endl;
cin >> storechoice;
system&#40;"CLS"&#41;;



cout<<"    _________________"<<endl;
cout<<"               /                /|"<<endl;
cout<<"              /                / |"<<endl;
cout<<"             /________________/ /|"<<endl;
cout<<"          ###|      ____      |//|"<<endl;
cout<<"         #   |     /   /|     |/.|"<<endl;
cout<<"        #  __|___ /   /.|     |  |_______________"<<endl;
cout<<"       #  /      /   //||     |  /              /|                  ___"<<endl;
cout<<"      #  /      /___// ||     | /              / |                 / \\ \\"<<endl;
cout<<"      # /______/!   || ||_____|/              /  |                /   \\ \\"<<endl;
cout<<"      #| . . .  !   || ||                    /  _________________/     \\ \\"<<endl;
cout<<"      #|  . .   !   || //      ________     /  /\\________________  {   /  }"<<endl;
cout<<"      /|   .    !   ||//~~~~~~/   0000/    /  / / ______________  {   /  /"<<endl;
cout<<"     / |        !   |'/      /9  0000/    /  / / /             / {   /  /"<<endl;
cout<<"    / #\\________!___|/      /9  0000/    /  / / /_____________/___  /  /"<<endl;
cout<<"   / #     /_____\\/        /9  0000/    /  / / /_  /\\_____________\\/  /"<<endl;
cout<<"  / #                      ``^^^^^^    /   \\ \\ . ./ / ____________   /"<<endl;
cout<<" +=#==================================/     \\ \\ ./ / /.  .  .  \\ /  /"<<endl;
cout<<" |#                                   |      \\ \\/ / /___________/  /"<<endl;
cout<<" #                                    |_______\\__/________________/"<<endl;
cout<<" |                                    |               |  |  / /"<<endl;       
cout<<" |                                    |               |  | / /"<<endl;       
cout<<" |                                    |       ________|  |/ /________"<<endl;       
cout<<" |                                    |      /_______/    \\_________/\\ "<<endl;       
cout<<" |                                    |     /        /  /           \\ )"<<endl;       
cout<<" |                                    |    /OO^^^^^^/  / /^^^^^^^^^OO\\)"<<endl;       
cout<<" |                                    |            /  / /"<<endl;        
cout<<" |                                    |           /  / /"<<endl;
cout<<" |                                    |          /___\\/"<<endl;
cout<<" |                                    |           oo"<<endl;
cout<<" |____________________________________|"<<endl << endl;

cout << "You go to the computer, as you attempt to acesss the computer, the computer requires a login " << endl;

 


cout << "somethings" << endl;

        do 
 {
  cout << "Computer Login - Pick a Number between 1 and 10 " << endl;
 
  cin >> choice;

  system&#40;"CLS"&#41;;
 
  switch(choice)
  {
  case 1:
    cout << "no" << endl;
    break; 
   case 2:
    cout << "Nope" << endl;
    break;
   case 3:
    cout << "No" << endl;
  case 4:
    cout << "no" << endl;
    break;
   case 5:
          cout << "No" << endl;
  
   break;
   case 6:
    cout << "Nope" << endl;
    break;
   case 7:
    cout << "no" << endl;
    break;
   case 8:
    cout << "Yes" << endl;
    a = 0;
    system&#40;"CLS"&#41;;
    
   
    break;
   case 9: 
    cout <<"No" << endl;
    break;
           case 10:
                cout << "Nope" << endl;
    break;
   default:
    system&#40;"CLS"&#41;;
    cout << "This is not a valid choice " << endl;
 
  }
 }while(a == 1);
 b = 1;
 
 
 cout << "Welcome " << endl;
 while (b == 1){
 
 cout << "What would you like to ?do? " << endl;
 cout << "1. Go to last ?access page? " << endl;
 cout << "2. ?something? " << endl;
 cout << "3. Log Off" << endl;
 cin >> computerchoice;
 
 if (computerchoice == 1){
  system&#40;"CLS"&#41;;
 }
 if (computerchoice == 2){
  system&#40;"CLS"&#41;;
 }
 
 
 
 
 
 if (computerchoice == 3){
  cout << "Goodbye" << endl;
  b = 0;
 }
 }

 
 
 

 

 do
 {
 
 cout << "Where should you check for the keys to the boat " << endl;
 cout << "1. Inside the boat " << endl;
 cout << "2. in the garbage can behind the shed " << endl;
 cout << "3. On the floor of the shed " << endl;
 cout << "4. On the window of the shed " << endl;
 cout << "5. In your pockets " << endl;
 cout << "6. " << endl; 
 cin >> boatchoice;

  system&#40;"CLS"&#41;;
 aa = 1;
  switch(boatchoice)
  {
  case 1:
    cout << "Check the boat and found nothing" << endl;
    break; 
   case 2:
    cout << "after a clean sweep the only thing vaulable you found was a half eaten " << endl;
    break;
   case 3:
    cout << "nothing there" << endl;
  case 4:
    cout << "After looking you see something shiny upon futher investigateing you found the key sitting on the window " << endl;
    aa = 0;
    break;
   case 5:
          cout << "Why will it be in your pockets" << endl;
               break;
   case 6:
    cout << "Nope" << endl;
    break;
   case 7:
    break;
   case 8:
    cout << "Yes" << endl;
    a = 0;
    system&#40;"CLS"&#41;;
    
   
    break;
   case 9: 
    cout <<"No" << endl;
    break;
           case 10:
                cout << "Nope" << endl;
    break;
   default:
    system&#40;"CLS"&#41;;
    cout << "This ins't one of the places to look for " << endl;
 
 
 
  }
 }while(aa == 1);
 
 
 
 
cout<<"                      |" << endl;
cout<<"                      |" << endl;
cout<<"             |        |" << endl;
cout<<"           |-|-|      |" << endl;
cout<<"             |        |" << endl;
cout<<"             | {O}    |" << endl;
cout<<"             '--|     |" << endl;
cout<<"               .|]_   |" << endl;
cout<<"         _.-=.' |     |" << endl;
cout<<"        |    |  |]_   |" << endl;
cout<<"        |_.-='  |   __|__" << endl;
cout<<"         _.-=|  |\   /|\\ " << endl;
cout<<"        |    |  |-'-'-'-'-." << endl;
cout<<"        |_.-='  '========='" << endl;
cout<<"             `   |     |" << endl;
cout<<"              `. |    / \\" << endl;
cout<<"                ||   /   \\____.--=''''==--.._" << endl;
cout<<"               ||_.'--=='    |__  __  __  _.'" << endl;
cout<<"                ||  |    |    |\\ ||  ||  ||                         ___" << endl;
cout<<"   ____         ||__|____|____| \\||__||__||_/    __________________/|   |" << endl;
cout<<"  |    |______  |===.---. .---.========''''=-._ |     |     |     / |   |" << endl;
cout<<"  |    ||     |\\| |||   | |   |      '===' ||  \\|_____|_____|____/__|___|" << endl;
cout<<"  |-.._||_____|_\\___'---' '---'______....---===''======//=//////========|" << endl;
cout<<"  |--------------\\------------------/-----------------//-//////---------/" << endl;
cout<<"  |               \\                /                 // //////         /" << endl;
cout<<"  |                \\______________/                 // //////         /" << endl;
cout<<"  |                                        _____===//=//////=========/" << endl;
cout<<"  |=================================================================/" << endl;
cout<<"  '----------------------------------------------------------------`" << endl;







cout<<"                        |" << endl;
cout<<"                        |" << endl;
cout<<"                        |" << endl;
cout<<"                       :|:" << endl;
cout<<"                       |||" << endl;
cout<<"                  _____|||_____" << endl;
cout<<"                 /=============\\" << endl;
cout<<"             ---<~~~~~~~~~~~~~~~>---" << endl;
cout<<"                 \\-------------/" << endl;
cout<<"                  \\___________/" << endl;
cout<<"                    \\||:::||/" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||ooo||" << endl;
cout<<"                     ||___||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                     ||:::||" << endl;
cout<<"                    /||:::||\\" << endl;
cout<<"                   / ||:::|| \\" << endl;
cout<<"                  /  ||:::||  \\" << endl;
cout<<"                 /   ||:::||   \\" << endl;
cout<<"             ___/____||:::||____\\____" << endl;
cout<<"            /~~~~~~~~~~~~~~~~~~~~~~~~\\" << endl;
cout<<"           /   |~~~~~~~~|  _____      \\" << endl;
cout<<"           |   |________| |  |  |     |" << endl;
cout<<"     ______|______________|__|__|_____|_________" << endl;

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 system&#40;"pause"&#41;;
 return 0;
}

 

Revise this Paste

Your Name: Code Language: