3 results for “topic:if-else-conditions”
DSA_with_java is an educational repository designed for beginner for students learning Data Structures and Algorithms using Java. It focuses on building strong fundamentals through simple, step-by-step Java programs and with notes, making it suitable for Btech,BCA, MCA, and engineering students new to DSA.
A simple ATM simulation in Java using OOP concepts. It includes PIN verification, balance check, deposit, and withdrawal features via command-line. Designed to practice Java basics like classes, methods, conditions, and user input.
A repository containing basic C programs that I’ve written while learning C language — includes loops, conditionals, number problems and related problems .