Question: use Dev cpp as a programing language Task1 Write a program which reads salaries of 10 employees of an organization. The program will tell, what

use Dev cpp as a programing language
Task1 Write a program which reads salaries of 10 employees of an organization. The program will tell, what the maximum salary is and what the minimum salary is. Task2 Our world composed of different things. One thing is that the temperature of the day. A day consists of low temperature and high temperature. Low temperature represents "cool day" and high temperature represents "hot day". Write a program that inputs temperature and display a message. If temperature is greater than 35, it display output "hot day". If temperature is between 25 and 35, it display "pleasant day" if temperature is less than 25, it display "cool day". Task3 Write a program that input 10 numbers from the user in the Array and find out Sum and Average of the Numbers using One Dimensional Array. Task4 Write a program to declare a class car that includes data members part no.model number and cost of the car, also member functions setpart() to set constant values and showpart() to show that values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
