Questions tagged as 'ciclos'

3
answers

Exercising nested loops in 3x python

I have been practicing with some simple Python 3x exercises that I got on the web, they are about nested for loops that draw geometric figures, however, there is one that I can not solve for more attempts I have made. The exercise goes like this...
asked by 29.12.2017 / 08:04
1
answer

Error modifying an object within a cycle

As the title says, I have a problem when trying to modify an attribute of an object at the time of being traversed; what I do is create a cycle to go through a list, within this cycle I create an object which I will fill from a SQLite database,...
asked by 12.10.2017 / 03:45
1
answer

How can I solve this exercise? C ++ Cycle for

Start programming with for cycle, would you help me try to solve this exercise? Thanks ... Create a program that allows you to enter an entire number from 1 to 12 and show me the multiplication table of that number. #include<stdio.h> #in...
asked by 27.06.2017 / 22:30
1
answer

Help with a cycle

I have the following code that only saves the first image of the select, as I develop the cycle so that it saves all the selected images: if(Input::file('img')) { $subir = $this->file->upload('categorias',Input::file('img'));...
asked by 21.06.2017 / 19:42
0
answers

How to find the annual cycle for a time series?

I am doing a statistical analysis on solar radiation, this means that I have to find the diurnal and annual cycles. For the diurnal cycles, a "for" is used and it worked, but for the annual cycle the "for" is not used, then I leave the codes use...
asked by 11.12.2016 / 20:05