created by sudosuanjal || github repo

Noob Level

Covers: Variables, Mutability, Data Types, Strings, Functions, Control Flow

1. Temperature Converter

Write a program that converts temperature from Celsius to Fahrenheit and vice versa.

2. Even or Odd Detector

Create a CLI app that takes an integer and checks whether it's even or odd.

3. Basic Calculator

Build a command-line calculator that supports +, -, *, /.

4. String Reverser

Accept a string and print its reverse.