Posts

Program that reads five numbers from keyboard and then displays the maximum and minimum number on the screen.

Program that alphabetically sorts an array of ten characters.

Program that calculates the factorial on an integer number.

Program that reads a character from keyboard and determines whether the character is a vowel or consonant.

Program that reads two numbers from keyboard 'n' and 'p' calculates the n raise to power p.

Program that reads a character from keyboard and displays next five and previous five characters.

Program that input two single-digit numbers and one arithmetic operator (among: +, -, *, /, %); your program should perform the arithmetic operation accordingly and display the result.

Program that inputs 10 digits, stores them into an array and finds the minimum digit.

Procedure that reads a text-paragraph from a file and then prints the number of characters on the screen.

Program that alphabetically sorts an array of ten characters.