Create a class named TestCircle whose main() method declares several Circle objects. Using the setRadius() method, assign one Circle a small radius value, and assign another a larger radius value. Do not assign a value to the radius of the third circle; instead, retain the value assigned at construction. Display all the values for all the Circle objects. Save the applicationas TestCircle.java.
Write a program to define four structures with structure variable of array types. Enter data into each structure variable that has four records and each record contains five fields.
Create a program for a library whose Main() method asks the user to input the number of books checked out and the number of days they are overdue. Pass those values to a method that calculates and displays the library fine, which is 20 cents per book per day for the first seven days a book is overdue, then 50 cents per book per day for each additional day.
Sport management system project inheritance in code
Write a C++ Program , Create a structure called Employee that includes employee ID (string), name of the employee (string), over-time fee (float) and the number of over-time hours during the weekdays (int array).write a function called getEmp( ) which is the data type of Employee that reads the details of Employee and store them in the variable of the Employee structure.Employee getEmp(Employee e);
Write a function called calOTpayment( ) which takes three parameters, over-time fee of the employee, number of over-time hours in weekdays (5 days) array and the size of the array. Find the total payment for the employee and print the total Over-time fee for Weekdays. Call the getEmp( ) and calOTpayment( ) functions in the main function to print the following output as required.
Output
Enter Employee ID: MGK5678
Enter the Name of the Employee : Roy
Enter the over- time Fee : 450
Enter the number of OT Hours for day1:1
Write a C++ Program ,
· Create a structure called Employee that includes employee ID (string), name of the employee (string), over-time fee (float) and the number of over-time hours during the weekdays (int array).
· Write a function called getEmp( ) which is the data type of Employee that reads the details of Employee and store them in the variable of the Employee structure.
Employee getEmp(Employee e);
· Write a function called calOTpayment( ) which takes three parameters, over-time fee of the employee, number of over-time hours in weekdays (5 days) array and the size of the array. Find the total payment for the employee and print the total Over-time fee for Weekdays.
· Call the getEmp( ) and calOTpayment( ) functions in the main function to print the following output as required.
Deep Learning has become the main driver of many new applications and it's time to really
look at why this is the case. With so many other options that we have been using for so long,
why Deep Learning is getting so popular these days?
sir in the above question id #176334 some erorr ocurred your output should be show this type
(0, 12, 17)
(0, 8, 21)
(12, 8, 9)but original out put this
Sample Input 1
0 12 17 8 9 21
29
Sample Output 1
(0, 8, 21)
(0, 12, 17)
(8, 9, 12)
Sample Input 2
0 1 2 3 5 7 13 17 19 19
22
Sample Output 2
(0, 3, 19)
(0, 5, 17)
(1, 2, 19)
(2, 3, 17)
(2, 7, 13)sir in this question #177142 original output doesn't come how to solve this question
your output was come above code is
a python
is language
is programming
language a
programming python
python language
but original out is
Sample Input 1
raju always plays cricket
Sample Output 1
always cricket
cricket raju
plays raju
Sample Input 2
python is a programming language
Sample Output 2
a language
a python
is language
is programming
language python
programming python
Sample Input 3
to be or not to be
Sample Output 3
be be
be not
or to
to tosir above code correct #176332 i.e out put should be show
[13, 9, 5, 1, 2, 3, 4, 8, 12, 16, 15, 14]
[[13, 9, 5, 1], [14, 6, 7, 2], [15, 10, 11, 3], [16, 12, 8, 4]]
but original output should be show this manner
Sample Input 1
4 4
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
3
Sample Output 1
13 9 5 1
14 7 11 2
15 6 10 3
16 12 8 4
Sample Input 2
3 4
1 2 3 4
10 11 12 5
9 8 7 6
2
Sample Output 2
9 10 1 2
8 11 12 3
7 6 5 4how to archive this