1,475 Answered Questions for the topic computer programming
08/22/21
Not able to print the first element in an array (Inputed by user)
I am trying to print the types of vehicles that are being rented. The issue I'm currently having is that the print statement only prints the second type of input from the user.Here I have the do...
more
08/22/21
Print all the elements of a given array recursively in python. Don't use any built-in functions.
pseudo code is :print_array(array, index=0)if last index: print array[index]else: print_array[index] print_array(array,index+1)Please execute the code in python
08/19/21
Java Code: Generating random numbers with Math.random() within a certain range. Math.random() range: 0.0 <= x < 1.
Math.random() range: 0.0 <= x < 1.
Generate a random integer "i" such that "i" is in the following range: 10 <= i < 20; 10 <= i <= 50.
Write an expression that returns '0' or...
more
Computer Programming
08/19/21
Please help I’m so lost
1. Creates a functioninputNumbersthat uses a loop to allow the user to input 5 numbers between 1 and 10 and store them in an array called numArray. All input should be validated as a number between...
more
08/18/21
Memory Operations and Arrays in ARM Assembly
Open the find_min_array.s file, and open it up in a text editor of your choice. Note that word processors (e.g., Microsoft Word, Pages, Google Docs) will probably not work for this purpose, as you...
more
Computer Programming
08/18/21
Help me please I can’t figure this out
Creates a functioninputNumbersthat uses a loop to allow the user to input 5 numbers between 1 and 10 and store them in an array called numArray. All input should be validated as a number between...
more
08/17/21
Given a function prototype ( void findtotal (int[ ]) ), write a full program with a main() that :
The answer must be in C++ and use #include<iostream>Given a function prototype ( void findtotal (int[ ]) ), write a full program with a main() that :-Gets user input for 5 numbers. The...
more
Google collaboratory assignment. Python coding. PlZ HELP
Create a ColabTurtle program (within one code block) that creates a Turtle that will draw based on the commands you give it. The program should contain at least 200 lines of commands. You must use...
more
08/16/21
Introduction to Branching in ARM Assembly
Open the factorial.s file, and open it up in a text editor of your choice. Note that word processors (e.g., Microsoft Word, Pages, Google Docs) will probably not work for this purpose, as you must...
more
Coding assignement help? Need assistance PLZ
Create a ColabTurtle program (within one code block) that creates a Turtle that will draw based on the commands you give it. The program should contain at least 200 lines of commands. You must use...
more
08/15/21
need any help plz!
Create 2 int variables, return the statement “There is one negative and onepositive number” if one is negative and one is positive, return thestatement “One of the integers is positive” if one of...
more
08/15/21
JAVA HELP ASAP!!
Write a program that continues to ask to enter a passcode and compares it with a predetermined 4 digit integer:a) prompts the user to enter a # and checks every digit one by one. If the user enters...
more
JAVA HELP ASAP!!
Write a program to scan a text file and capitalize each word. To do that:
change the first letter of each word to Capital then
print the resulting text to the console.
Systems In A Park
Part A: A mistake was made in mixing the lemonade for the concession stand, but you can fix it! The lemonade comes in 100% juice concentrate, but you only serve it as 70% solution. Unfortunately,...
more
08/14/21
Unprotected computers turns into zombies under the control of the malicious hacker
A successful distributed denial-of-service attack requires the downloading of software that turns unprotected computers into zombies under the control of the malicious hacker. Should the owners of...
more
Computer Programming C++
08/12/21
Binary search in c++,please slove the code so i can copy paste.I also mentioned the code in the comment.
#include <iostream>
using namespace std;
struct TreeNode
{
int data;
TreeNode *left;
TreeNode *right;
};
class BinarySearchTree{
private:
TreeNode* root;
...
more
Computer Programming C++
08/12/21
Our whole class cannot slovingit,please help sir,Use Application of Stack and Queue .
Question: Write a code in C++ [using object oriented approach] that will take a mathematical expression as input and output whether the parentheses are balanced or not in the...
more
Computer Programming C++
08/11/21
Our whole class cannot slovingit,please help sir,Use Application of Stack and Queue .
Write a code in C++ [using object oriented approach] that will take a mathematical expression as input and output whether the parentheses are balanced or not in the...
more
Computer Programming C++
08/11/21
Our whole class cannot slovingit,please help sir,Use Application of Stack and Queue .
Write a code in C++ [using object oriented approach] that will take a mathematical expression as input and output whether the parentheses are balanced or not in the...
more
Computer Programming C++
08/11/21
Use Application of Stack and Queue for the code.
2. Write a code in C++ [using object oriented approach] that will take a mathematical expression as input and output whether the parentheses are balanced or not in the...
more
Need help answering these on a practice text for a upcoming exam. Any answers help, Thank you
1.What are the five types of computers?2.What are the three components of an operating system?3.The internet works due to two concepts, what are they?4.Each packet is ?,? and ?,...
more
Computer Programming C++
08/10/21
Thw code did not run.It is not a valid function declaration. You have to specify a return type like.please help.
Create a Calculator class that will be able to add, subtract, multiply, divide, find the remainder, percentage.You need to use header file and source file for the class and create objects and call...
more
08/10/21
Google collab programming python
Can anyone help me out with this?Use Google Collab and create a collab notebook named "PythonActivity2"For this assignment please use your lecture and the Google Collab tutorial to help you...
more
Computer Programming C++
08/10/21
Slove the problem and also mention the file name so that i understand the files and code.Stack Implementation using Linked List in C++
You have to write code to implement Stack data structure using Linked List. The Stack operations IsEmpty, Push, and Pop must need to be implemented. Your program will allow user to add item in the...
more
Computer Programming C++
08/10/21
I tried but can not slove.Help.
Create a Calculator class that will be able to add, subtract, multiply, divide, find the remainder, percentage.You need to use header file and source file for the class and create objects and call...
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.