Largest

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Largest as PDF for free.

More details

  • Words: 34
  • Pages: 1
#include void main () { clrscr(); int max[5]; int temp=0; for (int i=0; i<5; i++) { cout<<"enter the "<<<" element: "; cin>>max[i]; if (max[i]>temp) temp=max[i]; } cout<<"**********\nresult\n**********\n"; cout<<"the largest value is: "<

Related Documents

Largest
November 2019 26
Largest Ii
June 2020 22
Largest Ship
November 2019 30
Largest Cruise Ship
November 2019 32
Largest Cruise Ship
October 2019 25
World's Largest Prison
December 2019 12