🔒 Closed Rock, paper, scissor. C#

Status
Not open for further replies.

PHC_Shion

Established
Console.WriteLine("PLayer 1, what is your name?");
string player1 = Console.ReadLine();
Console.WriteLine("PLayer 2, what is your name?");
string player2 = Console.ReadLine();
Console.WriteLine("Welcome {0} and {1}",player1, player2);
Console.WriteLine("{0}, pick Rock, Paper, or Scissors.",player1);
String p1input = Console.ReadLine();

{
Console.WriteLine("");
}
Console.WriteLine("{0}, pick Rock, Paper, or Scissors.",player2);
string p2input = Console.ReadLine();


Patulong naman po gawan ng statement yung rule
 
pwede ka mag:
1. Compare mo isaisa
2. gumamit ng enum
3. gumamit ng dictionary
4. array na mag seserve as markers para malaman sino panalo
 
Status
Not open for further replies.

Similar threads

About this Thread

  • 1
    Replies
  • 268
    Views
  • 2
    Participants
Last reply from:
1nn0c3ntv5

Trending Topics

Online now

Members online
820
Guests online
3,376
Total visitors
4,196

Forum statistics

Threads
2,307,524
Posts
29,179,468
Members
1,192,510
Latest member
Gokiboi21
Back
Top