answersLogoWhite

0


Best Answer

#include<iostream.h>

#include<conio.h>

void main(){

int Number[10];

cout<<"Enter ten numbers";

for (int i=0;i<10;i++)

cin>>Number[i];

int Big=0;

for(int j=0;j<10;j++){

if (Big<Number[i])

Big=Number[i];

}

cout<<"gretest Number:"<<Big;

getch();

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: To find greatest number among 10 numbers using loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the greatest possible odd number using numbers 76038?

87603


Does the first two numbers have to be the greatest number that goes into another number when using prime factoriation?

No.


Write a program large number and small number among n numbers by using If statement?

12


How can using a number line helm you list integers in order from least to greatest?

If you place the numbers on the number line, they go from the least to the greatest as you go from left to right.


What is the greatest 3 digit decimal number in hundredths using the numbers 6 and 9 and 1?

.961


To find the greatest among two numbers using only if condition and not else?

int Greatest(int X, int Y){if(X > Y)return X;return Y;}


What is the greatest number less than 1.5 using the numbers 1 3 5 7 9?

One


Write the prime factorization using exponents of each number then find the greatest common factor of the numbers 12 and 15?

2.2.3 and


Can you find the HCF of 3 numbers using euclids division lemma?

Yes.First find the HCF of two of the numbers, then find the HCF of that answer and the third number.In this way you could find the HCF of as many numbers as you want.


What is the greatest odd number using 83067?

What is the greatest possible number of 83067 and the least


What greatest in decimal number?

The greatest thing about decimal numbers is that since most people have 10 fingers/thumbs, they have handy way of using their body to help them when counting. Sorry for the pun, there.


How do you find the GCF of each set of numbers by using prime factors 10 and 25?

Greatest Common Factor is : the type of numbers that can be found on a number its kinda like skip counting!