Informática, perguntado por hugoc0021, 2 meses atrás

Escreva um programa que mostre na tela a seguinte contagem: 6 7 8 9 10 11 Acabou! visualg

Soluções para a tarefa

Respondido por zPedroo
0

Resposta:

<!DOCTYPE html>

<html lang="pt-BR">

<head>

   <meta charset="UTF-8">

   <meta http-equiv="X-UA-Compatible" content="IE=edge">

   <meta name="viewport" content="width=device-width, initial-scale=1.0">

   <title>Contagem</title>

</head>

<body>

   6 7 8 9 10 11 Acabou!

</body>

</html>

Perguntas interessantes