Programming Homework Help

Programming Homework Help. University of California Los Angeles C++ Programming and Data Structure Project

question 1 details and I am going to attach the coding part below.

Write a recursive function get Sum(int value, int distance) that provides the sum of all even values up to a certain distance from a starting value, but counting backwards. For example,

getSum( 12, 5 ) 

will consider the values 12, 11, 10, 9, and 8 (i.e. 5 values including the starting value), but the sum returned will only use the even values in that sequence, i.e. 12+10+8 = 30

Input and distance values provided are guaranteed to be larger or equal to zero.

Question 2 will be uploaded in the chat.

Programming Homework Help

Programming Homework Help

Programming Homework Help. Building a Webpage on ASP Net Using Visual Studio Pro Practice

Hi,

I am building a webpage on ASP.net using visual studio pro. I have already completed the basic designs and some C sharp coding. I just want the search box and the button to show the results from the stored procedure.

Please make sure you use visual studio including asp.net project and MS SQL Server for this task. I attached these files:

Aspx and aspx.cs – webpage and c sharp file

Tables spreadsheet – containing the 3 tables to import into MS database.

Stored procedure – a procedure that does basic searches with parameters for the 3 tables.

These are the tasks: 

1) Import the 3 spreadsheet tabs into MS SQL Server in a database that you will create called ‘dashboardfeatures_dev’. Make sure the tables have the same name as the spreadsheet tabs. Also save the stored procedure in your database.

2) Join the search box and button with the stored procedure so that the results are shown in the repeater e.g. if a word like appointment it typed in, it should show all appointment results. I have already done some C Sharp coding in the aspx.cs file for this task and you may need to write some more if needed.

Please do not use any asp forms on text box and button.

Programming Homework Help

Programming Homework Help

Programming Homework Help. CMSC 355 University of Maryland Construct a Java Swing GUI Project Lab

I need help with this project. I have started it but I can not complete it. I need to have at least three cars with their speedometer and distance moving independently across at least three traffic light. The cars will stop when the light is red but continue when green. The traffic light displays time from 0 to 5 seconds and change color from red to green. I have attached three files. one which I started but can not complete but need help to build up it. Another file is the pdf requirement and the other one is video showing instructor’s output. I would like to maintain the cars rather than moving squares. Can someone help?

Programming Homework Help

Programming Homework Help

Programming Homework Help. Miami Dade College Convert C++ Code to Python in Python 3 Version Question

I need to convert a C++ code to Python in Python 3 version. The code created in Python3 needs to be written as a beginner level programmer. Below is a replit link to C++ code and a file in PyCharm with the C++ code in it.https://replit.com/@stevevasquez001/treasurehunt#m…

Programming Homework Help

Programming Homework Help

Programming Homework Help. CSU Module 6 Physical Security for Servers and Technology Discussion

I’m working on a programming question and need an explanation and answer to help me learn.

Physical Security for Servers and Technology

Considering your own organization, provide an overview of the physical security for servers and technology. Discuss your thoughts on improving its security (such as biometrics, alarms, locks, etc.).

Programming Homework Help

Programming Homework Help

Programming Homework Help. CSU Module 6 Security Policy of ABC Company Paper

Find a security policy online (or use one from your own organization). Summarize the organization’s policies. Make recommendations for changes to enhance the organization’s overall security posture. Draw comparisons from other resources, such as the course textbook, scholarly references, or other organizational security policies. How does your chosen organization’s security policy compare to others? Additionally, please justify your recommendations. 

Programming Homework Help