Skip to content

Instantly share code, notes, and snippets.

View SergioRmz's full-sized avatar
🎯
Focusing

Sergio Ramirez SergioRmz

🎯
Focusing
View GitHub Profile
@SergioRmz
SergioRmz / Ejercicio4.java
Created March 29, 2023 06:33 — forked from eduardojesus12/Ejercicio4.java
Trabajar con código de otros 4
package com.generation;
public class Codigo4 {
Scanner s = new Scanner();
System.out.print("Turno del jugador 1 (introduzca piedra, papel o tijeras): ");
String j1 = s.nextLine();
System.out.print("Turno del jugador 1 (introduzca piedra, papel o tijeras): ");