Skip to content

Latest commit

 

History

History

0x01-variables_if_else_while

0x01 VARIABLES IF ELSE WHILE

Description

Introduction to variables, if and else statements and while loops.

Table of contents

Files Description
0-positive_or_negative.c Assigns a random number to the variable n each time it is executed.
1-last_digit.c Assigns a random number to the variable n each time it is executed.
2-print_alphabet.c Prints the alphabet in lowercase, followed by a new line.
3-print_alphabets.c Prints the alphabet in lowercase, and then in uppercase, followed by a new line.
4-print_alphabt.c Prints the alphabet in lowercase, followed by a new line.
5-print_numbers.c Prints all single digit numbers of base 10 starting from 0, followed by a new line.
6-print_numberz.c Prints all single digit numbers of base 10 starting from 0, followed by a new line.
7-print_tebahpla.c Prints the lowercase alphabet in reverse, followed by a new line.
8-print_base16.c Prints all the numbers of base 16 in lowercase, followed by a new line.
9-print_comb.c Prints all possible combinations of single-digit numbers.
100-print_comb3.c Prints all possible different combinations of two digits.
101-print_comb4.c Prints all possible different combinations of three digits.
102-print_comb5.c Prints all possible combinations of two two-digit numbers.

Student Name

Joseph Kakai

Email: [email protected]