Posts by Thiago Marques • 77 points
4 posts
-
2
votes1
answer98
viewsQ: Access a data frame object, within a function in R - Census 2010
I would like to upload the 2010 Census files. First I am loading the households, through a function, using the command read_fwf, package readr. However, the data frames created, stay within the…
rasked Thiago Marques 77 -
1
votes1
answer92
viewsQ: Non-recognition eclipse error of Static and default modifiers
People the eclipse does not recognize when I want to create a class within an interface with Static and default modifiers. Obs: I already have JAVA 8 jdk installed. Thank you very much. Att, Thiago…
javaasked Thiago Marques 77 -
1
votes2
answers981
viewsQ: What is the reason for the error "The Operator / is Undefined for the argument" in this code?
double t1 = System.currentTimeMillis(); double t2 = System.currentTimeMillis(); System.out.print("\n Tempo Total: "+ (t2-t1)/Double.valueOf(1000)+ " segundos"); When compiling the third line,…
javaasked Thiago Marques 77 -
-3
votes2
answers366
viewsQ: What’s wrong with my code? I’m a beginner
I want to create an employee class with the specifications below, but I cannot return the show data method and the method calculate salary. It gives compilation errors when calling the methods, I…
javaasked Thiago Marques 77