Skip to content

Instantly share code, notes, and snippets.

View crisgard99's full-sized avatar
💭
Disponible

Cristian Chavez crisgard99

💭
Disponible
View GitHub Profile
@crisgard99
crisgard99 / ActSupFP.java
Created November 17, 2025 14:40
ActSupFP
void main() {
//Para realizar el ingreso necesitamos un objeto de tipo Scanner
//Para ello cambiamos var por el tipo de dato que corresponde
Scanner input = new Scanner(System.in);
int limit;
//cambiamos var por el tipo de dato que corresponde a cont y suma, que son int y double
int cont = 0;