com.evoluzion.Virus Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of Evoluzion-diploid Show documentation
                Show all versions of Evoluzion-diploid Show documentation
The Evoluzion-diploid module
                
             The newest version!
        
        package com.evoluzion;
public class Virus {
	
int contagio = 5;	
int mortalidad = 100;
int incubacion = 10;
int vacuna = 100;
public Virus(int contagio,int mortalidad, int incubacion, int vacuna) {
	
	this.contagio = contagio;
	this.mortalidad = mortalidad;
	this.incubacion = incubacion;
	this.vacuna = vacuna;
	
}
	
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy