Math, asked by jinkyloucabido, 15 days ago

what do you call the uncertain result in probability?​

Answers

Answered by piyushkumar2231
1

Answer:

import java.util.*;

class Ideone

{

public static void main (String[] args) {

Scanner sc = new Scanner (System.in);

// taking input from user

System.out.println("Enter age");

int age = sc.nextInt();

System.out.println("Enter sex: M/F");

int sex = sc.next().charAt(0);

System.out.println("Are you married? Y/N");

int married = sc.next().charAt(0);

// checking if user is female

if(sex == 'F') {

System.out.println("You will work only in urban areas");

}

");

}

}

}

}

Answered by probitingate
1

Answer:

The uncertain result is called unlikely

Similar questions