Pinned Repositories
Calculadora
meu-site0.1
meu_novo_projecto
Mfumu-News
Hello people, I started a very interesting project😊, it's a website for the gospel world, I'll be publishing every change made, so stay tuned, and leave the feedbacks.
my_porfolio
This is my personal website/portfolio, where you can follow all my new programming projects, remembering that it will always be updated...
NyellDaniel
Relogio-Digital
Relogio Digital feito em HTML, CSS, e JavaScript
Sistema-de-soma-em-C
#include <stdio.h> #include <stdlib.h> int main() { int a, b, soma; printf("introduz o primeiro valor \n"); scanf("%d", &a); printf("introduz o segundo valor \n"); scanf("%d", &b); soma = a+b; printf(" O valor da soma = %d \n", soma); system("pause"); return 0; }
NyellDaniel's Repositories
NyellDaniel/meu_novo_projecto
NyellDaniel/my_porfolio
This is my personal website/portfolio, where you can follow all my new programming projects, remembering that it will always be updated...
NyellDaniel/NyellDaniel
NyellDaniel/Calculadora
NyellDaniel/meu-site0.1
NyellDaniel/Mfumu-News
Hello people, I started a very interesting project😊, it's a website for the gospel world, I'll be publishing every change made, so stay tuned, and leave the feedbacks.
NyellDaniel/Relogio-Digital
Relogio Digital feito em HTML, CSS, e JavaScript
NyellDaniel/Sistema-de-soma-em-C
#include <stdio.h> #include <stdlib.h> int main() { int a, b, soma; printf("introduz o primeiro valor \n"); scanf("%d", &a); printf("introduz o segundo valor \n"); scanf("%d", &b); soma = a+b; printf(" O valor da soma = %d \n", soma); system("pause"); return 0; }