#beginners
Read more stories on Hashnode
Articles with this tag
This project program is to take employee details from the user and it prints the required details of that specific employee based on what the user has...
Data structures and algorithms (DSA) are fundamental concepts in computer science and programming. They are essential tools for efficiently solving...
I’ve always been captivated by technology and have been endlessly curious about how things work. My fascination deepened when I discovered the apps on...
While coding we need to use a block of code again and again. Its tedious to write the same code again and again. This will make the program lengthy...
Imagine you have a bunch of numbers and you assign a variable to each of these numbers. Now everytime you want to access these set of numbers you need...
A variable can be assigned a string or a character. str1="This is a string" str2=' key' str3=""" this is a string""" Multiple strings can be printed...