GUYS i want to make a program that used to enter 7-digit number and determine the largest , smallest and the median and average of the seven number
i want also to display the entered number its equivalent in binary, ocatal and hexadecimal value
the sample output must be like this:
enter 7 digits
1234567
largest 7
smallest 1
median 4
average 5.25
you entered binary octal hexadecimal
1 001 1 1
2 010 2 2
upto 7 111 7 7
MY PROBLEM IS
my if else statement doesnt work i tink there's a logical error to my program
help plss ty..
[ATTACH][ATTACH]16806
HERE THE CODE THAT I MADE