answersLogoWhite

0

#include <iostream>

using namespace std;

void main ( )

{

char pass1;

char pass2;

char pass3;

char pass4;

cout << "What is the password" << endl;

cin >> pass1;

if (pass1 please no more)

{

cout << "Ok Ok. by the way, that was a complete waste of your time." << endl;

}

}

}

}

system ("PAUSE");

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the sort cut for running c plus plus program?

It depends on the particular IDE. Visual Studio uses &lt;Ctrl&gt;F5 to start a program in non-debug mode, and F5 to start a program in debug mode.


How can you debug a C program in Unix?

You can debug C programs using gdb on Unix.


Can you program games with c plus plus?

Yes, you can program games with C++.


What are the 6 typical c plus plus Development environment and phases?

Design, flowchart, encode, compile, test and debug.


How to restart c plus plus program?

Exit the program and relaunch it.


Write a program in C programming language that computes the roots of the quadratic equation ax2 plus bx plus c?

Write your program and if you are having a problem post it here with a description of the problem you are having. What you are asking is for someone to do your homework for you.


Lint is a compiler b a interactive debugger c a cinterpreter d a tool for analysing c plus plus program?

d a tool for analysing c plus plus program


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


Where did C plus plus program come from?

C++ is an extension of C, and was invented by Bjarne Stroustrup.


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


Can you rewrite a cuda file in c c plus plus language?

Yes, you can rewrite a cuda program originally written in c in c plus plus.


What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.