0
Jack and Jill are trying to determine who has the greater number of marbles. Write a C program that helps them figure out who ha
Jack and Jill are trying to determine who has the greater number of marbles. Write a C program that helps them figure out who has more marbles by comparing the quantities they each possess. Input Format First line contains positive integer number. Second line contains positive integer number. Output Format A single line output contains as "Maximum of 2 and 3 is 3"
1 Respuesta
+ 5
Hint:
You need to receive the input data, test them with if else statement and print there the output.
More if needed after your attempt.