Can some help me with these Information Technology Programming questions.
1.Design a pseudocode algorithm that finds the average age of 10 of your friends and display the name and age of the eldest friend.
2. Write an algorithm, which reads three values a, b, and c and prints the largest of the three.
3. Write an algorithm to read 10 positive integers and find the average of all even numbers.
4. Write an algorithm to read the names of 10 items and their prices, and print the name of the item with the highest price. Assume that no items have the same price. Data is supplied in the form: item1, price1, item2, price2 etc.
Tags: