Skip to content

This is a repository to prepare for the ACSL (American Computer Science League) Competition and collaborate with my teammates.

Notifications You must be signed in to change notification settings

shlokbhatt/acsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acsl

This is a repository to prepare for the ACSL (American Computer Science League) Competition and collaborate with my teammates.

ACSL Problems List

Problem 1: Print Even Numbers

Write a Java program that prints all even numbers from 1 to 100 using a for loop.

Problem 2: Sum of Integers

Write a program to find the sum of all integers between 1 and 50 using a while loop.

Problem 3: Factorial of a Number

Write a program to calculate the factorial of a given number n using a for loop.

Problem 4: Guess the Number Game

Create a "guess the number" game using a while loop. The computer randomly picks a number between 1 and 100, and the user tries to guess the number. The loop continues until the user guesses correctly.

Problem 5: Multiplication Table

Write a Java program that prints the multiplication table for a number provided by the user using nested for loops.

**

About

This is a repository to prepare for the ACSL (American Computer Science League) Competition and collaborate with my teammates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published