Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 valuesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started