This program assigns a random number to the variable n
each time it is executed. Then it prints whether the number generated is positive or negative.
This program generates a random number and gets the last digit of the generated number
This program prints the alphabet in lowercase followed by a newline.
This program prints the alphabet in lowercase, and then in uppercase, followed by a newline.
This program prints the alphabet except q
and e
in lowercase followed by a newline.
This program prints digits from 0
to 9
.
This program prints digits from 0
to 9
.
This program prints the lowercase alphabets in reverse followed by a newline.
This program prints all the numbers of base16 in lowercase, followed by a new line.
This program prints all digits separated by commas and spaces
This program prints all the possible combinations of two different digits.
This program prints all the possible combinations of three different digits.