Posts by José Augusto Valim • 29 points
3 posts
-
0
votes2
answers43
viewsQ: Division does not display numbers after the comma
My algorithm in all tests println(), is working and in logic also however, the numbers after the comma it does not demonstrate. public class Exe27 { public static void main(String[] args) { // TODO…
-
-1
votes1
answer39
viewsQ: Program does not count points in the correct way
In this code I should read the number of grades of 3 students compare with a template of 3 questions and check how many points the students made, but only the grade of the first student appears.…
casked José Augusto Valim 29 -
0
votes3
answers694
viewsQ: The code skips the fgets, not reading the word
The program is not reading mine fgets() getting there he jumps. #include <stdio.h> #include <stdlib.h> #include <string.h> int main() { float altura, peso,pesoidealm,pesoidealf;…