Code Compiler
Practice Problems
Hello World
Write a program that prints 'Hello, World!' to the console....
EasySum of Two Numbers
Write a program that takes two integers as input and prints their sum....
EasyFactorial Calculator
Write a program that calculates the factorial of a given positive integer....
MediumPrime Number Check
Write a program that checks if a given number is prime or not....
MediumHello World
Write a program that prints 'Hello, World!' to the console.
Examples:
Input:
No input required
Output:
Hello, World!
Code Editor (C)
Loading Monaco Editor...
Input
Output
Output will appear here after running your code...