Posts

Showing posts from July, 2020

25 . Write a C program to find and print the square of each one of the even values from 1 to a specified value.

24 : Write a C program that read 5 numbers and sum of all odd values between them.

23 : Write a C program that read 5 numbers and counts the number of positive numbers and print the average of all positive values.

22. Write a C program that reads three floating values and check if it is possible to make a triangle with them. Also calculate the perimeter of the triangle if the said values are valid.