write a program that ask the user to insert 3 ingers numbers between 1-100 and display the following menu
a-display maximum
b-display minimum
1
Expert's answer
2012-11-22T09:44:34-0500
int Maximum(); int Minimum(); int arrayofnumbers[3]; int main() { char ch=' '; for(int i=0;i<3;i++){ printf("Enter number %d: ",i+1); scanf("%d",&arrayofnumbers[i]); }
Finding a professional expert in "partial differential equations" in the advanced level is difficult.
You can find this expert in "Assignmentexpert.com" with confidence.
Exceptional experts! I appreciate your help. God bless you!
Comments