[solved] – Question 96215
which of the following service that need to be negotiated in service level agreements
a)logging
b)auditing
c)regulatory compilance
d)none of the mentioned
Expert Answer
[solved] – Question 96224
Test if a number grade is an A (greater than or equal to 90). If so print “Great!”.
Expert Answer
[solved] – Question 96225
Test if a password entered is correct. The secret phrase is Ada Lovelace.
Expert Answer
[solved] – Question 96226
Test if a date is a payday based on the day of the month (15th or the 30th).
Sample Run:
Enter today’s day numerically: 17
Sorry, not a payday.
Enter today’s day numerically: 30
It’s payday!
Expert Answer
[solved] – Question 96227
design a python program to tell a drinks factory manager about the level of orange juice in tank
there is enough juice when the tank has more than 210 litres
Expert Answer
[solved] – Question 96249
Write a program that prompts the user to input two numbers, a numerator and a divisor. Your program should then divide the numerator by the divisor, and display the quotient and remainder.
The following content is partner provided
Expert Answer
[solved] – Question 96256
What is the perimeter of the shape made from the file datatest4.txt whose content are shown below (just give to two decimal places)?
-3,9
-8,7
-12,4
-6,-2
-4,-6
2,-8
6,-5
10,-3
8,5
4,8
Expert Answer
[solved] – Question 96261
Using the programming Assignment Runner BlueJ Project on DukeLearnToProgram.com:http://www.dukelearntoprogram.com/course2/files.phb.
What is the perimeter of the shape made from the file datatest1.txt whose content are shown below (just give to two decimal places)?
-3,3
-4,-3
4,-2
6,5
What is the average length of a side in the shape made from the file datatest1.txt whose content are shown below (just give to two decimal places)?
-3,3
-4,-3
4,-2
6,5
What is the longest side in the shape made from the file datatest1.txt whose content are shown below (just give to two decimal places)?
-3,3
-4,-3
4,-2
6,5
Expert Answer
[solved] – Question 96263
What is the longest perimeter of the shape made from the shapes in files example1.txt, example2.txt, example3.txt, and example4.txt (just give to two decimal places)?
What is the name of the file that has the shape with the longest perimeter from the six files dataset1.txt, dataset2.txt, dataset3.txt, dataset4.txt, dataset5.txt, and dataset6.txt?
Expert Answer
[solved] – Question 96278
Write a Function that outputs
a) The String : The one half is 50%.
b) Two integers and their difference.
c) Two floats and the result of dividing one with the other.
Expert Answer

