0 like 0 dislike
584 views

Please fix the following code below to receive 5 inputs then outputs the maximum number:

CODE

#include <stdio.h>

int main(){
	int number[$1],max=0;
	
	for(int i=0;i<5;i++){
	scanf("%d",$2);
		if(number[i]>$3){
		max = $4;
		}
	}
	
	printf("\nThe maximum number is %d",$5);
		
	return 0;
}

 

OUTPUT 1

33 5555 22 44 453

The maximum number is 5555

 

OUTPUT 2

1 3 4 7 2

The maximum number is 7
[Exercise] Fill in the blank - asked in Chapter 4: Arrays by (5.9k points)
ID: 37578 - Available when: Unlimited - Due to: Unlimited
| 584 views

20 Answers

0 like 0 dislike
Hidden content!
i
*
** ***
*
60/100 answered by (281 points)
0 like 0 dislike
Hidden content!
5
* ** **

****

max
100/100 answered by (192 points)
0 like 0 dislike
Hidden content!
5
* ** *
*
** **

max
100/100 answered by (221 points)
edited by
0 like 0 dislike
Hidden content!
5
* * **
***
* ***

max
100/100 answered by (183 points)
0 like 0 dislike
Hidden content!
5
* *** * * *
******* *


max
answered by (183 points)
0 like 0 dislike
Hidden content!
5
* ***
**
** **

max
100/100 answered by (268 points)
0 like 0 dislike
Hidden content!
5
** * ** ** * *
*
* * *

max
100/100 answered
0 like 0 dislike
Hidden content!
5
****
* *
** **
**
80/100 answered by (244 points)
0 like 0 dislike
Hidden content!
5
* * **** *
*
* ***

max
100/100 answered by (227 points)
edited by
0 like 0 dislike
Hidden content!
100
*
**
**
answered by (227 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.130.233
©2016-2024

Related questions

0 like 0 dislike
18 answers
[Exercise] Fill in the blank - asked Dec 7, 2017 in Chapter 4: Arrays by nat236919 (5.9k points)
ID: 35798 - Available when: Unlimited - Due to: Unlimited
| 516 views
0 like 0 dislike
18 answers
[Exercise] Coding (C) - asked Jan 5, 2018 in Chapter 4: Arrays by nat236919 (5.9k points)
ID: 41054 - Available when: Unlimited - Due to: Unlimited
| 1.2k views
0 like 0 dislike
46 answers
[Exercise] Coding (C) - asked Dec 15, 2017 in Chapter 4: Arrays by nat236919 (5.9k points)
ID: 37580 - Available when: Unlimited - Due to: Unlimited
| 1.7k views
0 like 0 dislike
17 answers
[Exercise] Coding (C) - asked Dec 7, 2017 in Chapter 4: Arrays by nat236919 (5.9k points)
ID: 35804 - Available when: Unlimited - Due to: Unlimited
| 796 views
0 like 0 dislike
0 answers
[Resource] asked Jan 5, 2018 in Chapter 4: Arrays by nat236919 (5.9k points)
ID: 41053 - Available when: Unlimited - Due to: Unlimited
| 13 views
12,783 questions
183,443 answers
172,219 comments
4,824 users