Skip to main content

27 docs tagged with "Exercise"

View All Tags

Ex Add Two Arrays

Filter all numbers in an array that are even and those that are odd.

Ex Fizz Buzz

Depending on the user number, prints "Fizz" or "Buzz" or "FizzBuzz" on the console

Ex Multiplication Table

Write a simple program to get a number from the user and create a multiplication table for this number