santhoshYakasiri
Full Stack Developer Screening Test – Java
Name: Santhosh Yakasiri
Language Used: Java
Problems
- Problem-1: Simple calculator using class and switch statement, after giving a and b values then give the operation name that you are perfoming like add, sub, mul, div.
- Problem-2: Generate first
a
odd numbers.
- Problem-3: Generate odd numbers based on input condition.
- Problem-4: Count how many numbers are divisible by 1–9, give commas in the input between the numbers.
How to Run
- Compile:
javac Problem-1.java
- Run:
java Problem1
Repeat for each file.
or
run from IDE Like eclipse, vscode