-
A program that prints the word "Hello" using 5 different printf orders
-
A program prints your favorite foods and the ingredients of each meal.
-
A program that records double digits in two variables and prints them
-
A program that records two numbers in two variables and prints the value of their combined product
-
A program that records two numbers in two variables and prints the value of their subtraction
-
A program that records two numbers in two variables and prints the value of their multiplier
-
A program that records 3 digits and prints the sum of each two digits in a separate line
-
A program that assigns a number in a variable and printsthe variable's name and value.
-
A program that asks the user to enter two numbers and print the value of their combined product
-
A program that asks the user to enter two numbers and print the value of their subtraction
-
A program that asks the user to enter two numbers and print the value of their multiplier
-
A program that asks the user to enter 5 digits and print their total
-
A program requesting a person to enter a number and print the output between the two text marks "
-
A program that asks a person about his age and prints for him the year of his birth
-
A program that prints a person's name 10 times (using do.. while )
-
A program that prints numbers from 1:100 (using do.. while )
-
A program for printing numbers from 10:10 (using do.. while )
-
A program in which function her job is to print the word "Hello Gammal Tech"
-
A program in which function her job is to print the word "degree = 98%"
-
A program in which function her job is to draw a line like "= = = = = = = ="
-
Program in which function her job is to print the numbers from 1 to 100
-
Convert the number (110) from decimal to binary - Convert the number (110) from binary to dicemal
-
Convert the number (1110) from decimal to binary - Convert the number (1110) from binary to dicemal