#include<iostream> using namespace std; int main() { int n; cout<<"Enter the no of Inputs :"; cin>>n; int max=0; for(int i=0;i<n;i++) { int item; cin>>item; if(item>max) { max=item; } } cout<<"Maximum no is :"<<max; }
I ᗯOᑎ'T ᑕᕼᗩᑎGE - I ᗯᗩᔕ 'ᗷEIᑎG GᖇOᗯᑎ' ᗩᑎᗪ ᑎOT ᗷEIᑎG ᗩᗪᒍᑌᔕTEᗪ TO TᕼE OᑭIᑎIOᑎ Oᖴ TᕼE OTᕼEᖇᔕ