Gautam | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Gautam

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Main(string[] args) { // number of games int playCount = 100; Game game = new Game(); int wins = 0; for (int i = 0; i < playCount; i++) { if (game.playGame()) { wins++;

22nd Jul 2017, 5:01 AM
Gautam Kumar (Gautam pandit)
Gautam Kumar (Gautam pandit) - avatar
1 Respuesta
+ 1
what u want to ask
22nd Jul 2017, 10:07 AM
shobhit
shobhit - avatar