Here are
3 public repositories
matching this topic...
#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…
Trabalhos de Computação II do curso de Engenharia Eletrônica e de Computação - UFRJ
PUBLIC | FCTUC DEI/LEI 2020/2021 - Licenciatura em Engenharia Informatica | CG - Computacao Grafica | Projeto (Meta 3): "Sistema Solar"
Improve this page
Add a description, image, and links to the
computacao
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
computacao
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.