any suggestions to solve this problem using C language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

any suggestions to solve this problem using C language

2.18 Define 2 int, obtain numbers from users, pay attention to the range of the number (do not overflow), then test if they are equal (do not confuse = and ==), if not equal, add another if and print out the results2.19 For the smallest and the largest, you could compare two numbers at a time, and the smaller/larger number is compared with the third number, then you could find the smallest and largest. You also need to define the int to store the largest and smallest number,2.20 Pay attention to the conversion of data type.2.21 Combination of star (*) and space.2.22 More like 2.212.23 Define temporary int to store the smaller number and larger number, compare 2 numbers at a time, then compare the results with the third number, then results with the 4tt number, then results with fifth number. Use if statement, and store the corresponding results in smaller number or larger number. 2.24 See the remainder operation.2.25 Designed by yourself. You could first draw the initials on a paper, and count how many spaces

15th Apr 2021, 3:17 AM
Hidaya Ihssan
1 Answer
+ 3
Wow you have gracefully given lots of homework for people to do Nice! 👍
15th Apr 2021, 4:55 AM
Ipang