Posts by Tejota • 59 points
6 posts
-
0
votes1
answer553
viewsQ: Java - academic system
I have the program below in java. However, when I run option 1 or 2, it appears directly Name and Age. Should pull the name and only after I enter the name appear age. Someone knows me if any code…
-
1
votes1
answer2329
viewsQ: Java creation of Register
I am creating an academic system in Java, but I have a problem. I have 4 classes (Principal, Pessoa, Aluno and Professor). I believe it is something simple, the error that appears is in the class…
-
1
votes1
answer1846
viewsQ: Java Academic System
Hello. I need help to build a Java program with the following specifications: 1) Read, from the user, the following items: Name(String), Age(int), gender(char[M or F]), telephone(String),…
-
2
votes1
answer1062
viewsQ: visualg ladder break line
I’m having trouble with the code to break the line. I need to create a ladder that looks like below: # ## ### #### ##### If I write ("#") it breaks the line, but the end result is like this: # # # #…
-
0
votes0
answers983
viewsQ: Program C queue and stack
I created a program in C, to remove (or copy) the values of a queue, using the output rules of a stack and add them into a new structure. But it’s not working the way I’d like it to. You are adding…
-
1
votes1
answer149
viewsQ: Error in my C program
I need to create a program in C, which removes (or copies) the values of a queue, using the output rules of a stack and add them into a new structure. I rode as below but there are two errors:…