1,486 Answered Questions for the topic computer programming

Computer Programming C++

08/06/21

plase slove it.donot copy paste from net.

In today’s lab we will design and implement the Queue ADT using linked list.quetype.h #ifndef QUETYPE_H_INCLUDED #define QUETYPE_H_INCLUDED class FullQueue {}; class EmptyQueue {}; template class... more
Computer Programming C++

08/06/21

Please slove the problem,Don"t take from internet otherwise i will get zero.

Write a recursive function that find the sum of the following series. 1 + 1/2 + 1/4 + 1/8 + ... + 1/2n
Computer Programming C++

08/06/21

Please slove it in c++,do not copy paste from net otherwise i will get zero

Write a recursive function that converts a decimal number to binary number. int DecToBin(int dec);
Computer Programming Computer Computer Science

08/05/21

Python function

Write a function that takes in an integer n, then returns a string made out of 2 to the n power of dollar signs, for any nonnegative value of n. No print statements allowed in the function.
Computer Programming Java Computer Science Programming

08/04/21

Help with Java Q

Write a program with twice overloaded static method called area which returns a double value. The method should be in a separate class called CalcArea. The first overload takes in two double... more
Computer Programming Java Computer Science Programming

08/04/21

Help with Java Q

2) Write a java program which asks for 10 grades from user. Place the grades in an array called grades. Calculate the maximum , minimum and average using three static methods ... more
Computer Programming Java Computer Science Programming

08/04/21

Please help with Java Q

1) Create an array of double type and 10 elements long for your daily expenses. Store in the first position the value 60.0 (60 dollars to start with) and prompt user for expenses to enter in the... more
Computer Programming C++

08/02/21

Please slove it In C++ .

Tasks:Create the following classes.1. Triangle:a. Properties: side1, side2 and side3. Properties should be private and should be of doubledatatype.b. Functions:i. Constructor function with... more
Computer Programming C++

08/02/21

Slove the problem in the link,i am trying for 2 days but failed.

https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab-QueueLinkedLIst.pdf?attachauth=ANoY7covEpsMj_JS2ydx_wiA9GNTH06VzS0RYm1PpDd174y4zxM7bgg6ivLee8f0UA4LIzNNjBcqcqxdUDbpF... more
Computer Programming C++

08/02/21

Please slove the question in the link so that i can copy and paste.

https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab-QueueLinkedLIst.pdf?attachauth=ANoY7cpuRN-ncID6lMZ38sSeRqMYNEvGz4V5y9EbWbaYHce6wHQfnwyyMfZku3aRIIR__clV3pFKwNynIiaec... more
Computer Programming C++

07/29/21

I am feeling this code.Can u slove it so I can copy and paste it.

https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab07.pdf?attachauth=ANoY7crxzVMVjv0xsQ99O60Rv2BccKwtT6Fu5hQY0srA819FgXzzToou7413SJoIqPQnZ-eWJSqcofLInAt6JTZqfPTnmTBnyz-... more
Computer Programming C++

07/29/21

Sir,Kindly slove the link question so that i can copy paste.It will be great help of you.

https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab11.pdf?attachauth=ANoY7crZMOINToW92u5TkBfqP75IakaUMX6cXjY2BKY2K_UmLLeyRlInOTDl_ixbjHeGOkKrxFI8CZd_zKdcAaTZZGPe5T96s4C... more
Computer Programming Sql Computer Science Help

07/26/21

Database/SQL Question HELP ASAP!

Use HR Database Write the SQL in Transact SQL Question: Return all the locations that are in countries with multiple locations. For example, if Canada has 2 locations, then I need to return these... more
Computer Programming Sql Computer Science Help

07/26/21

Database/SQL Question HELP ASAP!

Use HR Database Write the SQL in Transact SQL Question: Return the employee that have salary that is not in the range between the minimum salary and maximum salary of their job. For example, you... more
Computer Programming Sql Computer Science Help

07/26/21

Database/SQL Question HELP ASAP!!

Use HR Database Write the SQL in Transact SQL Question: how to write an SQL statement to Return the name of the employees who manage more than 3 employees.
Computer Programming Sql Computer Science Help

07/26/21

NEED HELP ASAP!!

Use HR Database Write the SQL in Transact SQL Question: How to write an SQL statement to Return the name of the manager of Finance Department.
Computer Programming Sql Computer Science Help

07/26/21

NEED HELP ASAP!!

Use HR Database Write the SQL in Transact SQL Question 1: How to write an SQL statement to Return all the country names and the name of their Regions.
Computer Programming Sql Computer Science Help

07/26/21

NEED HELP ASAP!!!

Use HR database for this assignment. Number each of the statements Write SQL statement:1. Return all the country names and the name of their Regions. 2. Return the name of the manager of Finance... more
Computer Programming C++ Computer Science Programming

07/25/21

C++. Collection App with Two Classes and Dynamic C- Strings

C++. Collection App with Two Classes and Dynamic C- Strings Introduction In this program, you will add another class for managing the array of items. Start by looking at the lecture on classes part... more
Computer Programming C++ Computer Science Programming

07/25/21

C++. Collection App with Two Classes and Dynamic C- Strings

Collection App with Two Classes and Dynamic C- Strings Introduction In this program, you will add another class for managing the array of items. Start by looking at the lecture on classes part II... more
Computer Programming C++

07/24/21

Sir,Kindly slove the link question.It will be great help.

https://8dfd4c4f-a-686c9e04-s-sites.googlegroups.com/a/northsouth.edu/cse225/Lab06.pdf?attachauth=ANoY7coezo28kRJ5nopnC_ao8Bb_C4pTnYqbj_JkfVddxULhOkBr_QEtHu74gh3YLC_zUfsev9YfCu-iPYD__ALnh4qwMUTUqFv... more
Computer Programming Computer Science Linux

07/22/21

NEED HELP ASAP!!!

using linux using bash script (#!/bin/bash) How to prompt the user to enter the age. If the age is greater than 18, then print you are eligible to vote else print you are not eligible to vote.
Computer Programming Computer Science Linux

07/22/21

NEED HELP ASAP! How to print numbers from 1 to 100 in decreasing order using for loop and while loop.

Using Linux Using bash script
Computer Programming Java Programming Javascript

07/22/21

JavaScript Question

How do I put the output on the second line?Intended output(example)Enter·the·number·up·to·which·you·would·like·to·look·for·perfect·numbers:500↵Looking·for·perfect·numbers·from·1·to·500↵... more
Computer Programming Java Programming Javascript

07/22/21

JavaScript Question

6.24 (Perfect Numbers) An integer number is said to be a perfect number if its factors, including 1 (but not the number itself), sum to the number. For example, 6 is a perfect number, because 6 = 1... more

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.