Make a C program that allow user to list integers and then the program will tell what was the largest integer and times it occur | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Make a C program that allow user to list integers and then the program will tell what was the largest integer and times it occur

A C language program. largest integer and how many times it was been listed

9th Sep 2018, 7:26 AM
Sky
7 Antworten
0
Sky I dont mean copy paste other code... I mean that many user post codes in copy/paste way like: int main{ return 0; } and this is very bad for long codes... I mean to save your code on SL "Code Playground" section and post his link here like: https://code.sololearn.com/Wfb3Ueey80yh/?ref=app
9th Sep 2018, 8:00 AM
KrOW
KrOW - avatar
+ 1
Your code?
9th Sep 2018, 7:31 AM
KrOW
KrOW - avatar
+ 1
Sky OK, but where you blocked? you know how get input by user? you will get help on your problem but dont expect that someone make all for you then start to create a code in "Code Playground" writing in it what you can do actually and we will see
9th Sep 2018, 7:43 AM
KrOW
KrOW - avatar
+ 1
Oh ok. I know how to get inputs. Actually i already studied conditional and sequences in C language but i want that problem to make in a loop way.
9th Sep 2018, 7:49 AM
Sky
+ 1
Yup. I dont have plan to copy paste a code I want to make my own code in my own way hehehe..
9th Sep 2018, 7:55 AM
Sky
0
That's it, I want to make a code out of that problem. But i don't know how. Can you help me?
9th Sep 2018, 7:33 AM
Sky
0
Input can be in this format: n i1 i2 i3 ... in In practice user have to input the number count "n" followed by "n" integers. Anyway can you link your code? (Please use code playground and dont copy/paste it)
9th Sep 2018, 7:53 AM
KrOW
KrOW - avatar