Posts by Matheus Caffer • 33 points
4 posts
-
1
votes2
answers250
viewsA: Run FOR cycle within another FOR cycle
I figured it out. Apparently the error was time to reset the variable "Baseword" /* * To change this license header, choose License Headers in Project Properties. * To change this template file,…
-
0
votes2
answers250
viewsQ: Run FOR cycle within another FOR cycle
for(int g=0;g<vl.VerbsList.length;g++){ // primeiro loop ok for(int h=0;h<TextParts.length;h++){ //segundo loop deveria ser executada por inteiro for(int j =0;j<BaseWord.length();j++){ try{…
-
-1
votes1
answer27
viewsQ: CSS problem, page size
I’m starting in HTML and CSS and I don’t know how to configure the positions of the objects in the page. My CSS: #Register_BackGround_Img{ width: 400px; position: fixed; top: 19%; right: 42%;…
-
2
votes1
answer149
viewsQ: IBM Watson + Java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package…