Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

como resolver esse em linguagem C ?

+2 votes
asked Apr 12, 2021 by Nany Jesus (150 points)
3 valores inteiros (%d) (considere que não serão informados valores iguais) e escreva o maior valor entre eles.

1 Answer

0 votes
answered Apr 12, 2021 by Peter Minarik (86,580 points)

Try to give your best shot to solve this problem. Post your code. Then we can help you figure out how to fix things.

You'll need to use the following instructions:

  • scanf - to read input from the user
  • printf - to print output for the user
  • if - to make a decision
Good luck!
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...