switch-case
Here are 253 public repositories matching this topic...
A simple Java console application for ordering and managing bread inventory. Includes features for adding new bread items, viewing the bread list, and deleting items by name. Implements basic validation for bread names, types, and prices. Developed as part of a college programming lesson.
-
Updated
Jan 28, 2024 - Java
Tutorial code for my video Working with Files in Golang - Simple Command Line Tool
-
Updated
Mar 27, 2022 - Go
This is the second of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: memory allocation, pointers to members, references and switch statements
-
Updated
Sep 11, 2025 - C++
A simple C++ program that calculates the Western zodiac sign based on the user's birth date. Created as a practice project during my C++ learning journey.
-
Updated
Oct 4, 2025 - C++
Switch statement executes one statement from multiple conditions. It is like if-else-if ladder statement. The switch statement works with byte, short, int, long, enum types, String and some wrapper types like Byte, Short, Int, and Long. Since Java 7, you can use strings in the switch statement.
-
Updated
Jan 27, 2023 - Java
Pasta contendo o gabarito da lista de exercícios de condicionais, referente a monitoria em computação 1
-
Updated
Apr 9, 2024 - C
Everything That is JAVA
-
Updated
Dec 20, 2024 - Java
Tabela - aprovado ou reprovado
-
Updated
Jul 14, 2019 - JavaScript
Python Calculator using switch case
-
Updated
Jul 10, 2023 - Jupyter Notebook
This module introduces key concepts in C++ such as memory allocation, pointers, references, and switch statements, through a series of practical exercises.
-
Updated
Mar 19, 2025 - C++
This basic GUI example will convert one selected currency amount to another selected currency.
-
Updated
Apr 19, 2018 - Java
-
Updated
Feb 20, 2019 - Java
Tutorial code for my video Generics Part 2: Using the empty Interface instead
-
Updated
Apr 15, 2022 - Go
Workshop Bird Sanctuary Project Java BridgeLabz
-
Updated
Jun 20, 2022 - Java
Basic program of java
-
Updated
Apr 20, 2023 - Java
There are 3 parts in this project: 1. Fast Food order for Client 2. Management of Menu for an Admin 3. Fast Food order in OOP joined with Admin Panel
-
Updated
Mar 3, 2023 - Java
Improve this page
Add a description, image, and links to the switch-case topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the switch-case topic, visit your repo's landing page and select "manage topics."