Question: package Project; import java.util.Scanner; public class Project { public static int characters=128; public static void main(String[] args) { Scanner old = new Scanner(System.in); System.out.println(WELCOME TO

package Project;

import java.util.Scanner;

public class Project { public static int characters=128; public static void main(String[] args) { Scanner old = new Scanner(System.in); System.out.println("WELCOME TO COMPALIEN WHERE YOU CAN BUILD YOUR OWN CIVILIZATION!"); int PopulationSize; char [] GeneticCode= new char[characters]; System.out.println("LET'S START BY ENTERING THE SIZE OF THE POPULATION (AMOUNT OF INDIVIDUALS)"); System.out.println(" ***********************"); System.out.println(); System.out.print("SIZE : "); PopulationSize=old.nextInt(); char [] Size=new char[PopulationSize]; for(int i=0; i

JAVA QUESTION: Why is it always printing "Other", I want it to print "Male" or "Female" Depending on the code.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!