# Introduction In this challenge, you are asked to write a C program that takes three integer values as input and outputs the maximum of the three. The program should use the `scanf` function to handle keyboard input and implement the logic to determine the maximum value.
Click the virtual machine below to start practicing