• Matéria: Informática
  • Autor: hugoc0021
  • Perguntado 3 anos atrás

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

Respostas

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 similares