6551262514

6551262514



2:02-7


•li -r Ł>


X    rps.c

#include <stdio.h>

#include <stdlib.h>

#define ROCK 0 #define PAPER 1 #define SCISSORS 2

// Print the prompt, scan in an integer, and return it.

int getlnt(char prompt(J);

// Return 0 for a tie, 1 if player 1 won, and 2 if player 2 won

int findWinner(int plmove, int p2move);

// Print three results in the order of ties / player 1 wins / player 2 wins void printResults(int numTies, int numPlWins, int numP2Wins); int main(void)

{

int games=getlnt("Enter the nuaber of games to play: "); srand(O);

int ties-0, plwins«0, p2wins-0; for (int a-0; a<games; a++) { int pl - rand() % 3; int p2 = rand() % 3; int ans    = findWinner(pl, p2);

if    (ans    ==    0)    ties++;

if    (ans    ==    1)    plwins++;

if    (ans    ==    2)    p2wins++;

}

printResults(ties, plwins, p2wins); return 0;

>

& OpenWith    © Print



Wyszukiwarka

Podobne podstrony:
02(1)(1) £i/ómt i Im/&Z(Imj Dno svicnu tvq,n kolećko se zubatym okrajem (viz preruśovana ca
2017 Montaż, uruchamianie konserwacja instalacji, maszyn i urządzeń elektrycznychEE.05 ELE.02 li
AK47 instr 02 02 1 .<    li !,n liilnlll . Iii .i,h
A4 1 / V .... e,. e. ~ V, r J6w = V <- 02 i ■* e-« li
WOJEWODA LUBELSKI PS-11.02 LI 4.3.2020 Lublin, dnia 24 kwietnia 2020 r. DECYZJA Na podstawie art. 11
cw07 02 // Daniel Wojnarowski !/ Ćwiczenie 07-02 łrinclude <stdio.h> ł-include
02 p01 #include <stdio.h> #include <conio.c> #include <iostream.h> int rnain(int a
02 p02 #include <stdio.h> #include <conio.c> #include <iostream.h> int rnain(
cw07 02 // Daniel Wojnarowski !/ Ćwiczenie 07-02 łrinclude <stdio.h> ł-include
02 p02 #include <stdio.h> #include <conio.c> #include <iostream.h> int rnain(
faq pliki1 #include <stdio.h> #include <conio.c> //I #include <fstrearn> int
fopen2 #include <stdio.h> FILE * fopen(char * ścieżka, char * typ);

więcej podobnych podstron