Weekly Challenge #1 – Loops & Arrays
Test your skills with fundamental programming problems focusing on loops, arrays, and basic algorithms. Perfect for beginners!
Your Performance
Score
0 / 135
Problems Solved
0 / 10
Progress
Contest Rules
Problems
Write a C program to read two numbers from the user and print their sum.
Write a C program to calculate the factorial of a given number using loops.
Write a C program to generate Fibonacci series up to n terms.
Write a C program to find the maximum and minimum elements in an array.
Write a C++ program to read two numbers and print their sum using cin and cout.
Write a C++ program to calculate factorial using a separate function.
Write a Java program to print "Hello, World!" using a class and main method.
Write a Java program to calculate the sum of all elements in an array.
Write a Python program to read two numbers and print their sum.
Write a Python program to perform list operations: append, remove, and find maximum.