甲8會噴錯的步驟
This commit is contained in:
@ -4,7 +4,6 @@
|
|||||||
using namespace System;
|
using namespace System;
|
||||||
bool Guess(int number)
|
bool Guess(int number)
|
||||||
{
|
{
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
int main(array<System::String^>^ args)
|
int main(array<System::String^>^ args)
|
||||||
{
|
{
|
||||||
@ -12,6 +11,7 @@ int main(array<System::String^>^ args)
|
|||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
std::cout << "Choose a number between 1 - 100 :";
|
||||||
std::cin >> guess;
|
std::cin >> guess;
|
||||||
}
|
}
|
||||||
while (!Guess(guess));
|
while (!Guess(guess));
|
||||||
|
Reference in New Issue
Block a user