Every natural numbers is a rational number. State whether the following statement are true or false . Give reasons for your answers .
Answers
Answered by
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
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
English,
5 months ago
Math,
5 months ago
Math,
5 months ago
Physics,
9 months ago
Social Sciences,
1 year ago
Computer Science,
1 year ago