PUBLIC | FCTUC DEI/LEI 2020/2021 - Licenciatura em Engenharia Informatica | CG - Computacao Grafica | Projeto (Meta 3): "Sistema Solar"
-
Updated
Jul 27, 2022 - C
PUBLIC | FCTUC DEI/LEI 2020/2021 - Licenciatura em Engenharia Informatica | CG - Computacao Grafica | Projeto (Meta 3): "Sistema Solar"
Trabalhos de Computação II do curso de Engenharia Eletrônica e de Computação - UFRJ
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #include <locale.h> #define LINHA 15 #define COLUNA 40 int main (void) { setlocale (LC_ALL, "portuguese"); char jogo[LINHA][COLUNA] = {{"fusca"}, {"motocicleta"}, {"papagaio"}, {"casa"}, {"gato"}, {"cachoeira"}, {"apartamento"}, {"camundongo"}, {"bici…
Add a description, image, and links to the computacao topic page so that developers can more easily learn about it.
To associate your repository with the computacao topic, visit your repo's landing page and select "manage topics."