Coding Problems

Write a program to print "Hello, World!" to the output.

Not Started
Basic 1000ms

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

Not Started
Basic 1000ms

Given three numbers, print the largest one.

Not Started
Basic 1000ms

Write a program to check if a given number is even or odd.

Not Started
Basic 1000ms

Calculate sum of numbers from 1 to N

Not Started
Math 1000ms

Print all numbers from 1 to N

Not Started
Loops 1000ms

Calculate average of numbers in an array

Not Started
Array 1000ms

Given the radius, calculate the area of a circle (use π = 3.14).

Not Started
Math 1000ms

Swap keys and values in a dictionary.

Not Started
Dictionary 1000ms

Keep taking input numbers until 0 is entered, then return the sum.

Not Started
While Loop 1000ms

Remove duplicates from a list using a set.

Not Started
Set 1000ms

Find the frequency of each element in a list.

Not Started
Dictionary 1000ms

Perform union, intersection on two sets

Not Started
Sets 1000ms

Unpack a tuple into individual variables

Not Started
Tuples 1000ms

Find all unique elements in a list

Not Started
Sets 1000ms

Calculate average of array elements

Not Started
Arrays 1000ms

Calculate sum of all elements in array

Not Started
Arrays 1000ms

Find the maximum value in an array

Not Started
Arrays 1000ms

Write a function to check if string is palindrome

Not Started
Functions/String 1000ms

Calculate sum of first n natural numbers using recursion

Not Started
Recursion 1000ms