ITSD424 week 2

Question Description

I am attaching the completed work from week 1. Week 2 will get added to week 1. The feedback I got from week 1 was that an App GUI was missing from the assignment, please add that to this weeks assignment. I have attached the directions for the individual assignment and db assignment. Please save them as separate files.

i have Homework at C++ I need some one . He – She is professional at C++ only please

Question Description

Write a c++ program that creates a file containing the values of the function assigned to table 1 from 0.0 to 1.0 with intervals of 0.01 . Write the values in a file with a tabular format that looks like the following :

x f(x)

0 , 0.12

0.01 , 0.14

0.02 , 0.18

. .

. .

. .

1 , 2.44

Q learning

Question Description

You will work towards implementingand evaluating the Q-learning algorithm on a simple domain. Q-learning is a fundamental RLalgorithm and has been successfully used to solve a variety of decision-making problems. For thishomework, you will have to think carefully about algorithm implementation, specially explorationparameters.

please refer to the attachment for more information

ITCO425 2 part question

Question Description

This is part 3 and 4 to the question that you did part 1 and 2 for. I need part 3 and 4 saved as separate files. I am attaching the directions for both parts. Each set of directions explains exactly what is need for the question to be answered correctly.

Write a program that uses loops to fill and print an array that contains A, B, C, D, and E.

Question Description

Write a program that uses loops to fill and print an array that contains A, B, C, D, and E.

Your report should include:
• 5 points: Your name
• 20 points:A single question describing what the question is asking
• 30 points:Your code
• 10 points:Your code output

• 10 points:A discussion of your solution

couple of codes ( if – else)

Question Description

Hi I only need couple of codes for ( If – else )

as this way

if (the ending amount >1){

spComment.innerHTML=”excellent”

} else if (the ending amount <=1 && the ending amount >0){

spComment.innerHTML=”good”

else {

spComment.innerHTML=”needs improvement”

}

I only need the ( if – else ) formula no more please

c++ programming

Question Description

in Chapter 4, complete Programming Challenge 15 on page 225 of your Text.

The one parameter I want added is that the shipping charge is done in units. For example, 20-500 miles is one unit, 501 to 1000 miles is 2 units, 1001 to 1500 is 3 units, etc…

20170913_205140.jpg

Finish the lab assignment

Question Description

Review the Getting Started with Live Virtual Machine Labs Video Series found at the beginning of your MindTap learning path to acquaint yourself with this lab environment.

Enter the live virtual machine lab environment where you will engage in hands-on practice that will help you learn the material.

Please answer the following questions using the command line.

Question Description

Please answers all questions using the command line. And provide screenshots with the answer. Attatched are the questions /task you must peform. The link to the lab is

http://figmosecurity-staging.herokuapp.com/hq/hyperskill

The screenshots should should describe each step that is being performed

i have attatched an sample answer

​Write a program that uses a custom method with a print statement inside it.

Question Description

Write a program that uses a custom method with a print statement inside it.

Your report should include:
• 5 points: Your name
• 20 points:A single question describing what the question is asking
• 30 points:Your code
• 10 points:Your code output
• 10 points:A discussion of your solution