Year 2019 Makeup
- Write a function that accepts two integers as arguments and returns average of even numbers between them.
- Write a program to read a file named ‘some.txt’ which contains 20 words and display only ten words in the monitor.
- Write a program to take 11 records of car (model, price, color, cc) from user and display the records of red cars only.
- Write a function which accepts two integers as arguments and returns sum, difference, and product of the numbers.
- Write a program that takes integers in an array of size 3 by 3, and display sum of all the elements in the array.
- Write a program to display the following pattern:
a
b b
c c c
e e e e