#coder
Read more stories on Hashnode
Articles with this tag
In this program inputs a number from the user and tries getting a remainder upto the said number. If a remainder is got for all the numbers it is...
A string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be...
A function is a block of code that runs, only when it's called. You can pass data, known as parameters, into a function. Functions are used to perform...