Math, asked by sunitagupta54637, 9 months ago

Every natural numbers is a rational number. State whether the following statement are true or false . Give reasons for your answers .

Answers

Answered by modi7260
1

Answer:

public class Exercise10 {

public static void main(String[] args)

{

int i;

System.out.println ("The first 10 natural numbers are:\n");

for (i=1;i<=10;i++)

{

System.out.println (i);

}

System.out.println ("\n");

}

}

Please mark it as brainliest.

Answered by AMATHEMATICSSTUDENT
1

Answer:

yes

Step-by-step explanation:

rational numbers are group of everything

negatives,positives,0,numbers from 1-infinity,fractions etc.

Mark as the BRAINIEST ANSWER and follow ✌️✌️✌️

Similar questions