Email:
Teléfono:


Los programas que utilizamos para el curso son los correspondiente a Software DelSol, empresa líder en desarrollo de software empresarial para Windows:

8.1.5 manipulating 2d arrays

INSTALACIÓN DEL SOFTWARE EN MAC's ANTIGUOS CON PROCESADOR INTEL x64

¿No dispones de Microsoft Windows? Si tu ordenador personal es un Apple MAC con procesador Intel (i3, i5, i7, ...), es compatible con Microsoft Windows, por lo que puedes seguir esta guía para poder disponer de Windows 10 x64 en tu dispositivo Mac OS. Una vez tengas tu Windows 10 funcionando, ya podrás instalar CONTASOL y FACTUSOL (y todo lo que desees).

¿Qué vas a necesitar? Necesitarás descargar unas cosas y adquirir una licencia de Windows 10 x64: 8.1.5 manipulating 2d arrays

  • CrystalFetch ISO Downloader: Desde el App Store (sin coste) para descargar un fichero .iso de Windows 10 para Intel x64
  • Una licencia (KEY) de Windows 10 x64: Por ejemplo desde la web de licencias OEM GVGMALL usando cualquier código de descuento de esa página.
  • Sigue estas instrucciones para Instalar Windows 10 x64 en el Mac con el Asistente Boot Camp de Apple.
  • También puedes apoyarte en este tutorial en Youtube
  • : Change values only if they meet a criteria (e.g., "Set all negative numbers to zero").

    Often, you need to analyze the data inside the grid. You usually need an accumulator variable defined the loops so it persists as you iterate.

    : If you accidentally switch the inner and outer loop logic without adjusting your indices, you might try to access a column index that doesn't exist in a specific row.

    In data analysis, you often need the sum of a specific row or column. Fix the row index r and loop through all c .

    int sum = 0;

    return result.join(" ");

    If you can share the (or a screenshot of the instructions), I can give you a solution tailored to that assignment.

    8.1.5 Manipulating 2d Arrays

    : Change values only if they meet a criteria (e.g., "Set all negative numbers to zero").

    Often, you need to analyze the data inside the grid. You usually need an accumulator variable defined the loops so it persists as you iterate.

    : If you accidentally switch the inner and outer loop logic without adjusting your indices, you might try to access a column index that doesn't exist in a specific row.

    In data analysis, you often need the sum of a specific row or column. Fix the row index r and loop through all c .

    int sum = 0;

    return result.join(" ");

    If you can share the (or a screenshot of the instructions), I can give you a solution tailored to that assignment.