Logo

dev-resources.site

for different kinds of informations.

Switch Case

Published at
12/30/2024
Categories
programming
code
cpp
tutorial
Author
coder_d295cd12743e7d146c7
Categories
4 categories in total
programming
open
code
open
cpp
open
tutorial
open
Author
25 person written this
coder_d295cd12743e7d146c7
open
Switch Case
void main() {
  print('Om Namah Shivay');
  //switch 
  int age = 16;
  switch (age) {
    case 15:
      print('age = 15');

      break;
    case 16:
      print('age = 16');
    default:
      print('That person neither born  nor die.');
  }
}

Enter fullscreen mode Exit fullscreen mode

I understood

code Article's
30 articles in total
Favicon
Day 1081 : Prototype
Favicon
Day 1080 : Tuff
Favicon
From Chaos to Clarity: Formatting React Code for a Clean and Readable Codebase
Favicon
Day 1079 : Price I'll Pay
Favicon
Dynamic Pivot Points with Crossup Optimization System
Favicon
2024 Recap; 2025 Goals
Favicon
Day 1078 : Proceed
Favicon
Day 1077 : Working On It
Favicon
Price Pattern Based Double Bottom and Top Automated Trading Strategy
Favicon
Day 1076 : Life in 3D
Favicon
Day 1075 : Happy New Year
Favicon
How to Conduct Effective Code Reviews
Favicon
Switch Case
Favicon
hormones for Artificial Intelligence
Favicon
Find Largest Value in Each Tree Row
Favicon
Using ASTs to merge LLM generated snippets in to existing code files with surgical precision.
Favicon
Discount Promo Code for Top Stores - Save Big Today!
Favicon
Redefining Success with the Best IT Company in Mohali
Favicon
Hello everyone. I need some advice , I am looking for mentor to help go through coding journey to get first job. I am living un UK at the moment , moved back in three years to Poland. I have tried myself, and purchased Jonas JavaScript and React tutorials.
Favicon
33rd day of my CP journey
Favicon
55th day of my CP journey
Favicon
51st day of my CP journey
Favicon
✨ CSS bits: Smooth Scroll Animations with scroll-behavior
Favicon
Top Snapseed QR Codes for Amazing Photo Edits
Favicon
Average Reads and PyLadiesCon 2024
Favicon
Annotations: Java's Hidden Weapons ⚔️
Favicon
CodeChecker - code quality control using PVS-Studio
Favicon
angular and json
Favicon
Day 1073 : Running Wild
Favicon
The Ultimate Guide to iOS Development: From Programming Basics to Building Your First App (Part 2)

Featured ones: