#include <stdio.h>
#include <conio.h>
//Largest Number - FScOnline.info
int main()
{
int i,num,n,large=0;
printf("How many numbers: ");
scanf("%d",&n);
for(i=0; i<n; i++)
{
printf("\nEnter number %d: ",i+1);
scanf("%d",&num);
if(num>large)
large=num;
}
printf("\n\nThe Largest Number is %d",large);
getch();
return 0;
}
Trending
- Live baccarat in Washington – a beginner’s guide
- Online Baccarat in Ohio – A Quick Overview
- Live baccarat in Rhode Island: market trends, player dynamics, and regulatory landscape
- The Golden Card Game Takes Flight Over the Wasatch: Online Baccarat in Utah
- Saletti Casino 2026 – Arvio, turvallisuus ja pelikokemus



1 Comment
what to do if 2 no. are equal and each int is stored in a variable, and u need to print the name of both variable