Code Compiler

Practice Problems

Hello World

Write a program that prints 'Hello, World!' to the console....

Easy

Sum of Two Numbers

Write a program that takes two integers as input and prints their sum....

Easy

Factorial Calculator

Write a program that calculates the factorial of a given positive integer....

Medium

Prime Number Check

Write a program that checks if a given number is prime or not....

Medium

Hello 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...