Posts by user11504 • 327 points
4 posts
-
2
votes2
answers52
viewsQ: You’re not stopping file processing
Why aren’t you stopping the comparison? /*7. Faça um programa que leia uma sequência de nomes no formato “nome sobrenome” e armazene-os em um arquivo texto. A lista de nomes termina com um nome…
-
27
votes3
answers1011
viewsQ: @Override is required in Java?
If I have an abstract class Pessoa with an abstract method lerNome when I’m implementing this method in my class João I must make use of @Override in lerNome? The same happens when I use interfaces?…
-
0
votes1
answer102
viewsQ: C programming error, how to make it work
#include <C:\Users\Rosangela\Desktop\exercicios\bibliotecaFuncao.h> #include<stdio.h> #include<string.h> void paraBaixo(char *nome) { int i; …
-
1
votes2
answers1107
viewsQ: What is API and how does it work?
What is an API, someone could explain me in a simple way and with examples, I looked on the internet but everything was very confusing.