Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 971 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 971 Bytes

technical-test-for-internship

The objective of this project is to use java to solve the tests provided by the Target Sistemas company.

Technical test for internship

This project is using java to solve the company's Target Sistemas tests.

Task1

  • Checks if a given number is part of the Fibonacci sequence and displays a message indicating whether it is or not.

Task2

  • Checks for the existence and counts the occurrences of the letter 'a' (uppercase or lowercase) in a string.

Task3

  • Calculates the sum of numbers from 1 up to a specific value (12) and displays the result.

Task4

  • Completes the next element in various numerical patterns provided.

Task5

  • Identifies which switch controls which lamp using only two trips to the lamp rooms.

Functions

  • CheckFibonacciNumber.
  • CountLetterA.
  • CalculateSum.
  • CompleteSequence.
  • DetermineSwitchesToLamps.

Author

Beatriz Franco

License

MIT