Menu

[solved] – Question 73175

15: Write a code that will count all the even numbers up to a user defined stopping point.

16. Input 3 numbers and print either an “all 3 equal” or a “not all equal” message.

18.Input 3 numbers, and print the biggest

19. Input 10 numbers, and print their total.

20. Read in three numbers, call them A, B and C.
• If A is bigger than B, then if A is bigger than C, print out A, otherwise print out C.
• If B is bigger than A, then if B is bigger than C, print out B, otherwise print out C.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *