Question: Homework Question 1: Write a complete C program that reads from the user the area of a triangle and the base of the triangle, then
Question 1: Write a complete C program that reads from the user the area of a triangle and the base of the triangle, then your program should calculate and display the height of the triangle. Hint: Area of Triangle =1/2 base height. Question 2: Write a C program that reads a character from the keyboard and check whether the entered character is a vowel or not. Question 3: Write a C program that reads sequence of non-zero integer numbers from the keyboard and find the greatest of them. Hint: use a sentinel value of zero to indicate the desire of the user to stop entering additional numbers. Question 4: Write a loop program to display the multiplication table of the entered number. For example: Please enter a number to display its multiplication table: 5 51=552=10512=60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
