of 100.
Then, check the characters in the entered string. If the check character is an uppercase letter, it will be converted to a lowercase letter.
Print to the screen the character string after the conversion has been completed.
Below is an example:
s = "C Programming"
C Programming
OUTPUT:
c programming Press any key to continue
Question 7:
(1 mark, file to be edited: Q7.c)
Your program allows the user to enter an integer array of 'n' elements
The system finds the index of the first pair with a given sum in the collection. A newline character ''
exists between any two printed indexes.
Below is an example when 'n' = 6; array = {6, 8, 4, 5, 7, 9); sum = 15
Zoom
+ 100%
Close