Skip to content

Instantly share code, notes, and snippets.

View Felicio-Jessica's full-sized avatar
🎯
Concentrando

Jessica Felicio Silva Felicio-Jessica

🎯
Concentrando
View GitHub Profile
@Felicio-Jessica
Felicio-Jessica / PedraPapelTesoura.java
Last active May 16, 2024 18:26
Um jogo simples de Pedra, Papel e Tesoura implementado em Java.
import java.util.Random;
import java.util.Scanner;
public class PedraPapelTesoura {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
Random random = new Random();
String[] opcoes = {"Pedra", "Papel", "Tesoura"};
@Felicio-Jessica
Felicio-Jessica / index.html
Created April 20, 2021 13:06
Super Trunfo - Dia 9
<html>
<head>
<title>
Imersão Dev - Aula 09
</title>
</head>
<body>
<div class="container">
@Felicio-Jessica
Felicio-Jessica / index.html
Created April 20, 2021 13:04
Super Trunfo - Dia 8
<html>
<head>
<title>
Imersão Dev - Aula 08
</title>
</head>
<body>
<div class="container">
@Felicio-Jessica
Felicio-Jessica / index.html
Created April 20, 2021 13:03
Super Trunfo - Dia 7
<html>
<head>
<title>
Imersão Dev - Aula 07
</title>
</head>
<body>
<div class="container">
@Felicio-Jessica
Felicio-Jessica / index.html
Created April 20, 2021 13:02
Tabela de classificação
<html>
<head>
<title>
Imersão Dev - Aula 06
</title>
</head>
<body>
<h1>Tabela de classificação</h1>
<html>
<head>
<title>
Imersão Dev - Aula 03
</title>
</head>
<body>
<div class="container">