Skip to content

Instantly share code, notes, and snippets.

View santiago-tapia's full-sized avatar

Santiago Tapia-Fernández santiago-tapia

View GitHub Profile
import java.util.*;
public class Main
{
public static void main(String[] args) {
// Valores iniciales
double saldo, interes, cuota;
import java.util.*;
public class Main
{
public static void main(String[] args) {
// Vector de datos:
double[] X = new double[10];